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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow INSERT INTO <table> SELECT queries
Jean Boussier
2014-04-10
1
-2
/
+5
*
Merge branch 'master' into collector
Aaron Patterson
2014-04-08
3
-0
/
+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
2
-0
/
+12
*
|
bind visitor working with collector object
Aaron Patterson
2014-04-08
1
-1
/
+5
|
/
*
build quoted nodes in factory methods
Aaron Patterson
2014-03-24
1
-2
/
+0
*
add the casting node to the AST at build time
Aaron Patterson
2014-03-24
1
-0
/
+2
*
Remove deprecated Arel::Expression
Rafael Mendonça França
2014-02-10
3
-4
/
+0
*
Add :encode_with for proper YAML serialization
Ivan Antropov
2013-11-09
1
-0
/
+4
*
record who created the node when $DEBUG is true
Aaron Patterson
2013-05-20
1
-1
/
+8
*
call super from initialize
Aaron Patterson
2013-05-17
8
-0
/
+10
*
Add equality to ALL THE THINGS (that matter)
Ernie Miller
2012-08-18
14
-2
/
+174
*
Add Nodes::TableAlias#engine
Jon Leighton
2012-07-13
1
-0
/
+4
*
Remove ArgumentError.
Jon Leighton
2012-07-13
1
-2
/
+1
*
Include Predications in Grouping
Ernie Miller
2012-05-19
3
-7
/
+7
*
Must support aliases for OVER operator.
Alexander Staubo
2012-02-23
1
-0
/
+2
*
Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>).
Alexander Staubo
2012-02-23
1
-0
/
+23
*
Support ANSI SQL2003 window functions.
Alexander Staubo
2012-02-22
4
-1
/
+95
*
bind parameters can be differentiated from sql literals
Aaron Patterson
2012-02-20
1
-0
/
+3
*
while using activerecord-sqlserver-adapter 3.1.5 with Rails 3.1 with Arel 2.2...
Adam H
2012-01-20
1
-1
/
+1
*
Allow using non-table alias as a rhs relation name, fix for #84 and #59
JoelJuliano
2011-10-30
1
-1
/
+1
*
Make it the responsibility of the connection to hold on to a visitor for gene...
Jon Leighton
2011-08-08
1
-2
/
+1
*
Support update statements containing joins
Jon Leighton
2011-08-08
1
-0
/
+4
*
Remove short circuit evaluation and leave AST as it is
Daniel Cadenas
2011-08-03
2
-22
/
+0
*
Add nodes for boolean constants
Daniel Cadenas
2011-08-03
2
-0
/
+34
*
Break Ordering into Ascending/Descending nodes, allow reversal
Ernie Miller
2011-06-15
4
-15
/
+48
*
Include Arel::Predicates to Arel::Nodes::Function so you can do table[:id].co...
Samuel Kadolph
2011-05-27
2
-2
/
+1
*
InfixOperations are valid value expressions per SQL99 BNF, and
Ernie Miller
2011-05-02
1
-0
/
+1
*
Stop calling to_s on aliases, require them to be strings already.
Ernie Miller
2011-04-29
1
-2
/
+2
*
Move #as to AliasPredication, stop overriding Function's #as.
Ernie Miller
2011-04-29
3
-2
/
+4
*
Add support for ordering on expressions
Arthur Taylor
2011-04-28
1
-0
/
+1
*
adding Distinct ON node
Aaron Patterson
2011-04-21
2
-6
/
+7
*
adding a DISTINCT node
Aaron Patterson
2011-04-21
2
-7
/
+16
*
adding a Bin node to emit mysql BINARY keywords
Aaron Patterson
2011-04-11
1
-0
/
+1
*
fixing the leg order of TableAlias nodes
Aaron Patterson
2011-03-30
1
-2
/
+2
*
Replace MathOperation with InfixOperation to support more operators
Ernie Miller
2011-03-09
2
-15
/
+42
*
Merge branch 'master' of github.com:rails/arel
Aaron Patterson
2011-03-07
1
-0
/
+4
|
\
|
*
Add an #table_name method to Table and TableAlias, which always returns the a...
Jon Leighton
2011-03-04
1
-0
/
+4
*
|
Merge remote branch 'stiff/master' into omg
Aaron Patterson
2011-03-07
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
implemented support for math operations in numeric attributes
Vladimir Meremyanin
2011-01-29
1
-0
/
+15
*
|
Lock should be a unary node
Aaron Patterson
2011-02-21
2
-10
/
+1
*
|
Merge remote branch 'jstorimer/master' into omg
Aaron Patterson
2011-02-21
1
-0
/
+4
|
\
\
|
*
|
Allow database specific locking clauses to be used
Jesse Storimer
2011-01-20
1
-0
/
+4
*
|
|
Fix #not to stop wrapping in a grouping node
Ernie Miller
2011-02-11
1
-1
/
+1
*
|
|
Merge branch 'named-function-predicates'
Aaron Patterson
2011-02-02
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Chain predications off of named functions
Daniel Azuma
2011-01-19
1
-0
/
+2
|
|
/
*
|
Added support for INTERSECT and EXCEPT
Brian Cardarella
2011-01-22
1
-0
/
+2
*
|
WTF, tabs?
Paul Sadauskas
2011-01-21
1
-6
/
+6
*
|
With node takes an array, less code to determine alternative nodes
Paul Sadauskas
2011-01-21
1
-8
/
+1
*
|
Don't need with_recursive
Paul Sadauskas
2011-01-21
1
-2
/
+1
[next]