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
/
nodes.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce NodeExpression as parent of scalar nodes
Keenan Brock
2017-12-05
1
-0
/
+1
*
Support INSERT with multiple values
Kir Shatrov
2017-05-22
1
-0
/
+1
*
Revert "Merge pull request #482 from kirs/multiple-insert"
Rafael Mendonça França
2017-05-04
1
-1
/
+0
*
Support multiple inserts
Kir Shatrov
2017-05-01
1
-0
/
+1
*
Enable frozen_string_literal in all files in arel
Rafael Mendonça França
2017-02-13
1
-0
/
+1
*
* Support for bitwise operations as infix operators. Tests included.
Shahbaz Javeed
2016-01-06
1
-0
/
+1
*
Implement CASE Conditional Expression
Felix Bünemann
2016-01-05
1
-0
/
+3
*
Add case sensitive regexp
Keenan Brock
2015-12-05
1
-0
/
+1
*
Move casted to its own file
Vipul A M
2015-05-31
1
-40
/
+1
*
Allow a type caster to be given to the `Arel::Table` object
Sean Griffin
2014-12-29
1
-11
/
+0
*
Deprecate automatic type casting within Arel
Sean Griffin
2014-12-26
1
-0
/
+11
*
💣
Sean Griffin
2014-12-04
1
-1
/
+1
*
Quoted nodes respond to `nil?` in the same way as `Casted` nodes
Sean Griffin
2014-12-04
1
-0
/
+1
*
Quoted nodes respond to the same method as Casted nodes
Sean Griffin
2014-12-04
1
-0
/
+1
*
Don't re-quote nodes which are already quoted
Sean Griffin
2014-12-02
1
-1
/
+1
*
Add order to BindParams in the ToSql collector
Sean Griffin
2014-11-17
1
-0
/
+1
*
{Matches,DoesNotMatch} support the ESCAPE clause
Tamir Duberstein
2014-09-25
1
-0
/
+1
*
No need to check for SelectStatement as it's a descendant of Node
Jiri Pospisil
2014-06-12
1
-1
/
+1
*
Make sure Arel::SelectManager is not mistaken for an attribute
Jiri Pospisil
2014-06-12
1
-1
/
+1
*
Added right and full outer joins
Stephen Prater & Fire-Dragon-DoL
2014-03-30
1
-0
/
+2
*
build quoted nodes in factory methods
Aaron Patterson
2014-03-24
1
-1
/
+8
*
add the casting node to the AST at build time
Aaron Patterson
2014-03-24
1
-0
/
+32
*
Include Predications in Grouping
Ernie Miller
2012-05-19
1
-0
/
+1
*
Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>).
Alexander Staubo
2012-02-23
1
-0
/
+1
*
Support ANSI SQL2003 window functions.
Alexander Staubo
2012-02-22
1
-0
/
+4
*
Add nodes for boolean constants
Daniel Cadenas
2011-08-03
1
-0
/
+2
*
Break Ordering into Ascending/Descending nodes, allow reversal
Ernie Miller
2011-06-15
1
-1
/
+2
*
adding Distinct ON node
Aaron Patterson
2011-04-21
1
-0
/
+4
*
Replace MathOperation with InfixOperation to support more operators
Ernie Miller
2011-03-09
1
-1
/
+1
*
Merge remote branch 'stiff/master' into omg
Aaron Patterson
2011-03-07
1
-0
/
+1
|
\
|
*
implemented support for math operations in numeric attributes
Vladimir Meremyanin
2011-01-29
1
-0
/
+1
*
|
Lock should be a unary node
Aaron Patterson
2011-02-21
1
-1
/
+0
|
/
*
Add support for WITH and UNION
Paul Sadauskas
2011-01-21
1
-0
/
+1
*
Added Arel::Nodes::NamedFunction for representing generic SQL functions
Aaron Patterson
2011-01-04
1
-0
/
+1
*
cleaning up more nodes
Aaron Patterson
2010-12-14
1
-18
/
+22
*
cleaning up more nodes
Aaron Patterson
2010-12-14
1
-7
/
+3
*
cleaning up more nodes
Aaron Patterson
2010-12-14
1
-5
/
+3
*
removing more nodes!
Aaron Patterson
2010-12-14
1
-10
/
+1
*
adding a join source node
Aaron Patterson
2010-12-14
1
-0
/
+1
*
adding unary node
Aaron Patterson
2010-11-29
1
-0
/
+1
*
adding an AS node
Aaron Patterson
2010-11-23
1
-0
/
+1
*
adding a "not" factory method for creating Not nodes
Aaron Patterson
2010-11-23
1
-0
/
+1
*
Support Attribute#asc and Attribute#desc to create orderings
Ernie Miller
2010-09-29
1
-0
/
+1
*
Add support for remaining *_any/*_all attribute methods, and add matches/does...
Ernie Miller
2010-09-29
1
-0
/
+3
*
adding an oracle visitor
Aaron Patterson
2010-09-24
1
-0
/
+1
*
supporting ranges for IN statements
Aaron Patterson
2010-09-20
1
-0
/
+2
*
adding a grouping node
Aaron Patterson
2010-09-15
1
-0
/
+2
*
adding an EXISTS node, update method will generate an IN clause
Aaron Patterson
2010-09-14
1
-0
/
+1
*
Add Min node.
Emilio Tagua
2010-09-11
1
-0
/
+1
*
adding not equal node, column names are expected to be symbols
Aaron Patterson
2010-09-10
1
-0
/
+1
[next]