index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
predications.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add database specific string concatenation
Keenan Brock
2016-01-05
1
-0
/
+4
*
Implement CASE Conditional Expression
Felix Bùˆnemann
2016-01-05
1
-0
/
+4
*
introduce predicate {does_not_}matches_regexp
Keenan Brock
2015-12-05
1
-0
/
+8
*
Add case sensitive match
Keenan Brock
2015-12-05
1
-8
/
+8
*
Allow for handling quoted values in ranges
Sean Griffin
2014-12-26
1
-6
/
+14
*
Look for `Enumerable` rather than `Array` in predicates
Sean Griffin
2014-11-02
1
-2
/
+2
*
Dry up building quoted nodes in predication
Sean Griffin
2014-10-27
1
-15
/
+23
*
Deprecate passing ranges to `#in` and `#not_in`
Sean Griffin
2014-10-25
1
-35
/
+49
*
Refactor `#in` and `#not_in`
Sean Griffin
2014-10-25
1
-16
/
+20
*
`#not_in` with a range should respect proper precedence
Sean Griffin
2014-10-24
1
-1
/
+1
*
{Matches,DoesNotMatch} support the ESCAPE clause
Tamir Duberstein
2014-09-25
1
-16
/
+17
*
Fix lt & lteq don't accept most of values.
bigxiang
2014-08-23
1
-6
/
+6
*
Cleaned up some edge cases with infinity, the logic seems more intuitive now
Noah Lindner
2014-06-01
1
-18
/
+22
*
build quoted nodes in factory methods
Aaron Patterson
2014-03-24
1
-12
/
+16
*
build quoted strings
Aaron Patterson
2014-03-24
1
-7
/
+7
*
add the casting node to the AST at build time
Aaron Patterson
2014-03-24
1
-4
/
+4
*
Support Float::INFINITY in ranges
Tim Pope
2013-02-19
1
-2
/
+18
*
Add nodes for boolean constants
Daniel Cadenas
2011-08-03
1
-1
/
+0
*
Move #as to AliasPredication, stop overriding Function's #as.
Ernie Miller
2011-04-29
1
-4
/
+0
*
Revert "Merged pull request #40 from gmile/master."
Aaron Patterson
2011-04-29
1
-11
/
+1
*
Merged pull request #40 from gmile/master.
Aaron Patterson
2011-04-29
1
-1
/
+11
|
\
|
*
Generate more sqlish queue.
gmile
2011-03-24
1
-1
/
+11
*
|
Add support for ordering on expressions
Arthur Taylor
2011-04-28
1
-8
/
+1
*
|
Improve performance of grouping_any/grouping_all
Ernie Miller
2011-04-19
1
-11
/
+4
|
/
*
Make as factory method convert alias name to SqlLiteral
Ernie Miller
2011-03-12
1
-1
/
+1
*
Fix modification of input on *_any/*_all predications
Ernie Miller
2011-02-08
1
-0
/
+2
*
stop using deprecated AND usage
Aaron Patterson
2010-12-09
1
-3
/
+3
*
refactoring where, fixing subselect
Aaron Patterson
2010-12-07
1
-2
/
+2
*
implementation for passing a subquery to #in and #not_in
Sven Fuchs
2010-12-07
1
-2
/
+2
*
adding an AS node
Aaron Patterson
2010-11-23
1
-1
/
+5
*
Fixed Ruby 1.8 performance regression for Nodes::In and Nodes::NotIn queries ...
Rolf Timmermans
2010-11-18
1
-7
/
+7
*
Refactor predication methods to be available to SqlLiterals as well.
Ernie Miller
2010-10-27
1
-0
/
+177