Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create Predicates module to match directory structure | Bryan Helmkamp | 2009-09-30 | 4 | -211/+219 |
| | |||||
* | Fix almost all Ruby warnings during spec suite | Bryan Helmkamp | 2009-09-20 | 1 | -5/+6 |
| | |||||
* | Whitespace | Bryan Helmkamp | 2009-09-20 | 1 | -2/+2 |
| | |||||
* | Merge remote branch 'miloops/master' into miloops | Bryan Helmkamp | 2009-09-20 | 24 | -30/+48 |
|\ | | | | | | | | | | | | | Conflicts: spec/connections/mysql_connection.rb spec/connections/postgresql_connection.rb spec/connections/sqlite3_connection.rb | ||||
| * | Use load path rather than relative path for spec_helper requires. Also fixes ↵ | Jeremy Kemper | 2009-09-14 | 24 | -24/+24 |
| | | | | | | | | specs on Ruby 1.9 since . is no longer in the load path. | ||||
| * | Build valid SQL query for SQLite3 and PostgreSQL when updating records with ↵ | Emilio Tagua | 2009-06-23 | 1 | -6/+12 |
| | | | | | | | | limited conditions | ||||
| * | Allow expressions on literal SQL fragments | Emilio Tagua | 2009-05-28 | 1 | -0/+12 |
| | | |||||
* | | Bug fix: Don't use #delegate to declare delegations when intentionally ↵ | Lee Bankewitz | 2009-08-10 | 1 | -0/+15 |
|/ | | | | | | delegating to nil This accounts for a behavior change after Rails 2.3 | ||||
* | Adding SqlLiteral with spec for counts | Bryan Helmkamp | 2009-05-19 | 1 | -0/+23 |
| | |||||
* | Expand sql engine CRUD specs | Bryan Helmkamp | 2009-05-18 | 1 | -5/+14 |
| | |||||
* | Adding skeleton of spec for CRUD operations in Sql::Engine | Bryan Helmkamp | 2009-05-17 | 1 | -0/+36 |
| | |||||
* | Moving SQL predicates spec to correct dir | Bryan Helmkamp | 2009-05-17 | 1 | -0/+65 |
| | |||||
* | Added PostgreSQL to build | Bryan Helmkamp | 2009-05-17 | 4 | -10/+75 |
| | |||||
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 9 | -10/+10 |
| | |||||
* | removed duplicates from sql tests | Bryan Helmkamp | 2009-05-17 | 13 | -640/+1 |
| | | | | | | | | | | | | | | | | Conflicts: spec/arel/engines/sql/unit/predicates/binary_spec.rb spec/arel/engines/sql/unit/predicates/equality_spec.rb spec/arel/engines/sql/unit/primitives/attribute_spec.rb spec/arel/engines/sql/unit/primitives/expression_spec.rb spec/arel/engines/sql/unit/relations/alias_spec.rb spec/arel/engines/sql/unit/relations/join_spec.rb spec/arel/engines/sql/unit/relations/project_spec.rb spec/arel/engines/sql/unit/relations/relation_spec.rb spec/arel/engines/sql/unit/relations/table_spec.rb spec/arel/engines/sql/unit/relations/where_spec.rb spec/arel/engines/sql/unit/session/session_spec.rb | ||||
* | reorganizing tests | Nick Kallen | 2009-05-17 | 24 | -0/+2280 |