aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/core_extensions
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixesBryan Helmkamp2010-05-264-4/+4
* Inequality shouldn't descend from equality, due to Rails type checks, and res...Ernie Miller2010-05-072-8/+0
* Support predicate complements and alternate not syntax (overload BasicObject#!)Ernie Miller2010-05-072-0/+8
* Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ...Ernie Miller2010-05-072-0/+8
* build expression not(nil) as IS NOT NULLSantiago Pastorino2010-04-212-0/+8
* Fix the generated SQL when In predicate is supplied an empty ArrayPratik Naik2010-01-301-1/+5
* Move extensions directories to core_extensionsBryan Helmkamp2009-09-304-0/+57