aboutsummaryrefslogtreecommitdiffstats
path: root/spec/engines/sql
Commit message (Collapse)AuthorAgeFilesLines
* PERF: removing many splatsAaron Patterson2010-07-294-12/+12
|
* implementing hash is a non-requirementAaron Patterson2010-07-281-7/+0
|
* PERF: eliminating method_missingAaron Patterson2010-07-271-7/+0
|
* fixing incompatibilities with ARAaron Patterson2010-07-211-0/+27
|
* Don't use a subquery when there are joins. Use a required alias for the ↵Emilio Tagua2010-06-231-4/+4
| | | | subquery.
* Add support for counting rows with conditions or limit using a subquery.Emilio Tagua2010-06-231-0/+18
|
* use subquery to get first records if DISTINCT is used (in Oracle compiler)Raimonds Simanovskis2010-06-191-0/+8
|
* Whitespace cleanupErnie Miller2010-05-271-1/+1
|
* 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