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
/
visitors
/
depth_first.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable frozen_string_literal in all files in arel
Rafael Mendonça França
2017-02-13
1
-0
/
+1
*
remove union mapping as :binary node when performing DepthFirst enumeration
Michael Batchelor
2016-08-19
1
-1
/
+0
*
Support for unified Integer class in Ruby 2.4+
yui-knk
2016-05-30
1
-0
/
+1
*
Add Support for GroupBy Cube, Rollup and Grouping Set Syntax for PostgreSQL V...
Mohammad Habbab
2016-05-04
1
-0
/
+4
*
Add database specific string concatenation
Keenan Brock
2016-01-05
1
-0
/
+1
*
Implement CASE Conditional Expression
Felix Bünemann
2016-01-05
1
-1
/
+9
*
Change the interface of `having` to match that of `where`
Sean Griffin
2015-01-27
1
-1
/
+1
*
cache the dispatch table on the depth first visitor
Aaron Patterson
2014-11-10
1
-0
/
+6
*
move the dispatch table to be per-instance
Aaron Patterson
2014-09-22
1
-0
/
+4
*
Merge pull request #137 from dimko/visit_set
Rafael Mendonça França
2014-09-17
1
-0
/
+1
|
\
|
*
added a visitor for Set objects
Dimko
2012-09-18
1
-0
/
+1
*
|
push reduction visitors to a reduction base class
Aaron Patterson
2014-04-08
1
-14
/
+3
*
|
more select manager tests passing
Aaron Patterson
2014-04-08
1
-3
/
+14
*
|
Add Regexp and NotRegexp nodes for PostgreSQL
James Le Cuirot
2014-04-08
1
-0
/
+2
*
|
Added right and full outer joins
Stephen Prater & Fire-Dragon-DoL
2014-03-30
1
-0
/
+2
*
|
Removed all the fiels in lib/arel/visitors/ which needs dependency on 'a' als...
Alex Lin
2014-03-24
1
-56
/
+56
*
|
Remove deprecated Arel::SqlLiteral
Rafael Mendonça França
2014-02-10
1
-1
/
+0
*
|
Make visitors threadsafe by removing @last_column
Ernie Miller
2013-04-28
1
-56
/
+56
|
/
*
Adds visit_Arel_Nodes_InfixOperation to Arel::Visitors::DepthFirst
Benedikt Deicke
2012-03-22
1
-0
/
+1
*
Support ANSI SQL2003 window functions.
Alexander Staubo
2012-02-22
1
-0
/
+2
*
bind parameters can be differentiated from sql literals
Aaron Patterson
2012-02-20
1
-0
/
+1
*
fix depth first visitor to support ascending and descending nodes
Aaron Patterson
2011-06-29
1
-0
/
+2
*
Break Ordering into Ascending/Descending nodes, allow reversal
Ernie Miller
2011-06-15
1
-1
/
+1
*
Added Arel::Nodes::NamedFunction for representing generic SQL functions
Aaron Patterson
2011-01-04
1
-0
/
+8
*
top and limit can be visited
Aaron Patterson
2011-01-03
1
-0
/
+2
*
string join should be a unary op
Aaron Patterson
2010-12-14
1
-1
/
+4
*
select core should visit the source node
Aaron Patterson
2010-12-14
1
-1
/
+2
*
adding a join source node
Aaron Patterson
2010-12-14
1
-8
/
+2
*
testing nary nodes in the depth first visitor
Aaron Patterson
2010-12-10
1
-1
/
+5
*
base class works with visitor
Aaron Patterson
2010-11-29
1
-0
/
+1
*
refactor block.call out of each visit method
Aaron Patterson
2010-11-29
1
-14
/
+5
*
updating nodes and depth first visitor
Aaron Patterson
2010-11-29
1
-13
/
+64
*
insert statements supported
Aaron Patterson
2010-11-29
1
-0
/
+7
*
adding select statement support
Aaron Patterson
2010-11-29
1
-0
/
+9
*
adding select core
Aaron Patterson
2010-11-29
1
-0
/
+9
*
update statement supported
Aaron Patterson
2010-11-29
1
-0
/
+9
*
mostly implemented depth-first traversal
Aaron Patterson
2010-11-29
1
-0
/
+75