aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/engines/sql
Commit message (Collapse)AuthorAgeFilesLines
* Create Predicates module to match directory structureBryan Helmkamp2009-09-304-211/+219
|
* Fix almost all Ruby warnings during spec suiteBryan Helmkamp2009-09-201-5/+6
|
* WhitespaceBryan Helmkamp2009-09-201-2/+2
|
* Merge remote branch 'miloops/master' into miloopsBryan Helmkamp2009-09-2024-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 Kemper2009-09-1424-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 Tagua2009-06-231-6/+12
| | | | | | | | limited conditions
| * Allow expressions on literal SQL fragmentsEmilio Tagua2009-05-281-0/+12
| |
* | Bug fix: Don't use #delegate to declare delegations when intentionally ↵Lee Bankewitz2009-08-101-0/+15
|/ | | | | | delegating to nil This accounts for a behavior change after Rails 2.3
* Adding SqlLiteral with spec for countsBryan Helmkamp2009-05-191-0/+23
|
* Expand sql engine CRUD specsBryan Helmkamp2009-05-181-5/+14
|
* Adding skeleton of spec for CRUD operations in Sql::EngineBryan Helmkamp2009-05-171-0/+36
|
* Moving SQL predicates spec to correct dirBryan Helmkamp2009-05-171-0/+65
|
* Added PostgreSQL to buildBryan Helmkamp2009-05-174-10/+75
|
* WhitespaceBryan Helmkamp2009-05-179-10/+10
|
* removed duplicates from sql testsBryan Helmkamp2009-05-1713-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 testsNick Kallen2009-05-1724-0/+2280