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
/
test
/
nodes
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Must support aliases for OVER operator.
Alexander Staubo
2012-02-23
1
-0
/
+9
|
*
Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>).
Alexander Staubo
2012-02-23
1
-0
/
+19
|
*
Support ANSI SQL2003 window functions.
Alexander Staubo
2012-02-22
1
-0
/
+40
|
*
bind parameters can be differentiated from sql literals
Aaron Patterson
2012-02-20
1
-0
/
+1
|
*
Make it the responsibility of the connection to hold on to a visitor for ↵
Jon Leighton
2011-08-08
3
-13
/
+12
|
|
|
|
generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.)
*
Break Ordering into Ascending/Descending nodes, allow reversal
Ernie Miller
2011-06-15
3
-2
/
+70
|
*
Include Arel::Predicates to Arel::Nodes::Function so you can do ↵
Samuel Kadolph
2011-05-27
1
-0
/
+9
|
|
|
|
table[:id].count.eq(2)
*
InfixOperations are valid value expressions per SQL99 BNF, and
Ernie Miller
2011-05-02
1
-0
/
+30
|
|
|
|
should support ordering
*
Move #as to AliasPredication, stop overriding Function's #as.
Ernie Miller
2011-04-29
1
-0
/
+17
|
*
adding a DISTINCT node
Aaron Patterson
2011-04-21
1
-14
/
+23
|
*
adding a Bin node to emit mysql BINARY keywords
Aaron Patterson
2011-04-11
1
-0
/
+23
|
*
Make as factory method convert alias name to SqlLiteral
Ernie Miller
2011-03-12
1
-0
/
+6
|
*
Fix #not to stop wrapping in a grouping node
Ernie Miller
2011-02-11
1
-7
/
+4
|
*
Added Arel::Nodes::NamedFunction for representing generic SQL functions
Aaron Patterson
2011-01-04
2
-0
/
+14
|
*
adding factory methods to node base class
Aaron Patterson
2010-12-14
1
-0
/
+4
|
*
adding node test
Aaron Patterson
2010-11-30
1
-0
/
+33
|
*
fixing warnings
Aaron Patterson
2010-11-29
1
-1
/
+1
|
*
adding an AS node
Aaron Patterson
2010-11-23
1
-0
/
+16
|
*
adding a "not" factory method for creating Not nodes
Aaron Patterson
2010-11-23
1
-0
/
+20
|
*
Refactor predication methods to be available to SqlLiterals as well.
Ernie Miller
2010-10-27
1
-0
/
+24
|
*
renaming test_helper to helper so that it is not double required
Aaron Patterson
2010-10-18
10
-10
/
+10
|
*
got rid of retarded check method. down with rspec
Ryan Davis
2010-10-18
2
-12
/
+12
|
*
Renamed spec_helper to test_helper
Ryan Davis
2010-10-18
10
-10
/
+10
|
*
Fisting arel specs -- still needs tree_manager and cleanup
Ryan Davis
2010-10-18
10
-0
/
+239