aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/engines/sql
Commit message (Expand)AuthorAgeFilesLines
* Switch from rr to RSpec mocks. rr has issues on 1.9.2preBryan Helmkamp2009-11-091-2/+2
* Ruby 1.9: the constants must be qualifiedBryan Helmkamp2009-11-094-7/+7
* 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
|\
| * Use load path rather than relative path for spec_helper requires. Also fixes ...Jeremy Kemper2009-09-1424-24/+24
| * 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
* 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
* reorganizing testsNick Kallen2009-05-1724-0/+2280