aboutsummaryrefslogtreecommitdiffstats
path: root/spec/engines/sql
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'brynary'Ernie Miller2010-05-261-1/+1
|\
| * Whitespace fixesBryan Helmkamp2010-05-261-1/+1
| |
* | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in ↵Ernie Miller2010-05-212-5/+34
|/ | | | memory engine, and make having clauses behave like where clauses in SQL engine (join with AND, allow multiple calls to having to add predicates)
* Tests for ranges with excluded ends and complementsErnie Miller2010-05-071-0/+22
|
* Inequality shouldn't descend from equality, due to Rails type checks, and ↵Ernie Miller2010-05-071-3/+3
| | | | resolve conflicts from rebase
* Merge remote branch 'spastorino/master'Emilio Tagua2010-04-221-0/+75
|\
| * build expression not(nil) as IS NOT NULLSantiago Pastorino2010-04-211-0/+75
| |
* | Return nil when looking up an attribute by name that does not exist instead ↵Carl Lerche2010-04-031-19/+0
|/ | | | of returning a fictitious attribute.
* We're obviously writing specs for arel. No need for a sub directory.Carl Lerche2010-03-1227-0/+2795