aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/engines
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'miloops/master' into miloopsBryan Helmkamp2009-09-2033-49/+66
|\ | | | | | | | | | | | | 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-1433-33/+33
| | | | | | | | specs on Ruby 1.9 since . is no longer in the load path.
| * Allow SQL strings to insert query. Insert should better return engine's result.Emilio Tagua2009-07-012-10/+9
| |
| * 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
|
* Remvoing unused variable from specBryan Helmkamp2009-05-181-1/+0
|
* 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-1718-27/+27
|
* joining across engines in either directionBryan Helmkamp2009-05-171-11/+28
| | | | | | Conflicts: spec/arel/engines/memory/integration/joins/cross_engine_spec.rb
* initial implementation of cross-engine joinBryan Helmkamp2009-05-171-0/+31
| | | | | | | Conflicts: lib/arel/engines/memory/relations/array.rb lib/arel/engines/sql/primitives.rb
* basic implementation of in memory insertionsBryan Helmkamp2009-05-171-0/+28
| | | | | | Conflicts: lib/arel/engines/memory/relations.rb
* performing in memory joinsNick Kallen2009-05-171-0/+32
|
* better test orderingBryan Helmkamp2009-05-176-86/+145
| | | | | | Conflicts: doc/TODO
* recursive memory operations now possibleBryan Helmkamp2009-05-171-26/+57
| | | | | | Conflicts: lib/arel/algebra/relations/relation.rb
* removed duplicates from sql testsBryan Helmkamp2009-05-1713-553/+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