aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/engines/sql
Commit message (Expand)AuthorAgeFilesLines
* Added support for RETURNING primary key when available, only forEmilio Tagua2010-02-181-1/+12
* Fix test which depends on the RUBY_VERSION when using sqlite3 adapter.Emilio Tagua2010-02-171-1/+5
* Quoting every part of a Range. Calling .to_s is not enough for Range with two...Eugene Pimenov2010-02-012-2/+26
* Fix the generated SQL when In predicate is supplied an empty ArrayPratik Naik2010-01-301-0/+19
* Make sure string join relations can be chainedPratik Naik2010-01-131-1/+30
* Make sure not to use alias if it's same as the table namePratik Naik2010-01-121-0/+19
* Add support for table aliasingPratik Naik2010-01-012-2/+74
* Added having to use in combination with group to filter records.Emilio Tagua2009-12-281-0/+36
* Don't try to lock reads when using any SQLite adapter, it's redundantEmilio Tagua2009-12-281-2/+16
* Added lock to Arel, allowing a locking read if required.Emilio Tagua2009-12-271-0/+47
* Added "from" method, allowing to specify custom from clauses.Emilio Tagua2009-12-271-0/+50
* 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