aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/engines/sql/unit/relations
Commit message (Expand)AuthorAgeFilesLines
* Added support for RETURNING primary key when available, only forEmilio Tagua2010-02-181-1/+12
* Quoting every part of a Range. Calling .to_s is not enough for Range with two...Eugene Pimenov2010-02-011-2/+2
* 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
* Use load path rather than relative path for spec_helper requires. Also fixes ...Jeremy Kemper2009-09-1412-12/+12
* Build valid SQL query for SQLite3 and PostgreSQL when updating records with l...Emilio Tagua2009-06-231-6/+12
* Added PostgreSQL to buildBryan Helmkamp2009-05-172-6/+52
* WhitespaceBryan Helmkamp2009-05-175-5/+5
* removed duplicates from sql testsBryan Helmkamp2009-05-177-346/+0
* reorganizing testsNick Kallen2009-05-1714-0/+1189