index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
engines
/
sql
/
predicates.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace fixes
Bryan Helmkamp
2010-05-26
1
-9
/
+9
*
Inequality shouldn't descend from equality, due to Rails type checks, and res...
Ernie Miller
2010-05-07
1
-1
/
+1
*
Support predicate complements and alternate not syntax (overload BasicObject#!)
Ernie Miller
2010-05-07
1
-7
/
+7
*
Tests for notmatches and notin, and fixes for issues found in tests
Ernie Miller
2010-05-07
1
-3
/
+3
*
Rename Attribute Not -> Inequality and add a Not predicate (complement)
Ernie Miller
2010-05-07
1
-6
/
+14
*
Cleaner support for Ranges with excluded end.
Ernie Miller
2010-05-07
1
-0
/
+10
*
Add grouped predicates (_any/_all) and refactored predication method definitions
Ernie Miller
2010-05-07
1
-0
/
+18
*
Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ...
Ernie Miller
2010-05-07
1
-0
/
+8
*
build expression not(nil) as IS NOT NULL
Santiago Pastorino
2010-04-21
1
-1
/
+3
*
Add support for a NOT predicate
Carl Lerche
2010-03-12
1
-0
/
+4
*
Create Predicates module to match directory structure
Bryan Helmkamp
2009-09-30
1
-35
/
+37
*
Moving a few stray SQL references in the memory engine code
Bryan Helmkamp
2009-05-17
1
-0
/
+14
*
Whitespace
Bryan Helmkamp
2009-05-17
1
-1
/
+1
*
moved sql related code to its own engine area
Bryan Helmkamp
2009-05-17
1
-0
/
+37