aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/engines
Commit message (Expand)AuthorAgeFilesLines
* 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-2033-49/+66
|\
| * Use load path rather than relative path for spec_helper requires. Also fixes ...Jeremy Kemper2009-09-1433-33/+33
| * 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 l...Emilio Tagua2009-06-231-6/+12
| * Allow expressions on literal SQL fragmentsEmilio Tagua2009-05-281-0/+12
* | Bug fix: Don't use #delegate to declare delegations when intentionally delega...Lee Bankewitz2009-08-101-0/+15
|/
* 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
* initial implementation of cross-engine joinBryan Helmkamp2009-05-171-0/+31
* basic implementation of in memory insertionsBryan Helmkamp2009-05-171-0/+28
* performing in memory joinsNick Kallen2009-05-171-0/+32
* better test orderingBryan Helmkamp2009-05-176-86/+145
* recursive memory operations now possibleBryan Helmkamp2009-05-171-26/+57
* removed duplicates from sql testsBryan Helmkamp2009-05-1713-553/+1
* reorganizing testsNick Kallen2009-05-1724-0/+2280