Vipul A M
|
481ff10916
|
Bump minitest to 5.1.
|
2014-01-04 16:31:06 +05:30 |
|
Benedikt Deicke
|
c50b406746
|
Adds visit_Arel_Nodes_InfixOperation to Arel::Visitors::DepthFirst
|
2012-03-22 17:09:32 +01:00 |
|
Alexander Staubo
|
a1a6fbc189
|
Support ANSI SQL2003 window functions.
|
2012-02-22 15:25:10 +01:00 |
|
Ernie Miller
|
ba3578a22f
|
Break Ordering into Ascending/Descending nodes, allow reversal
|
2011-06-15 09:18:26 -04:00 |
|
Ernie Miller
|
1f5ed8eb20
|
Stop calling to_s on aliases, require them to be strings already.
|
2011-04-29 14:27:45 -04:00 |
|
Ernie Miller
|
7361b6cbd5
|
Move #as to AliasPredication, stop overriding Function's #as.
|
2011-04-29 11:13:41 -07:00 |
|
Aaron Patterson
|
8ed3ab00f1
|
Lock should be a unary node
|
2011-02-21 15:14:29 -08:00 |
|
Aaron Patterson
|
f0c4e3713d
|
Added Arel::Nodes::NamedFunction for representing generic SQL functions
|
2011-01-04 20:27:34 -08:00 |
|
Aaron Patterson
|
957f4c02dd
|
top and limit can be visited
|
2011-01-03 11:12:46 -08:00 |
|
Aaron Patterson
|
24d598fad1
|
string join should be a unary op
|
2010-12-14 11:04:08 -08:00 |
|
Aaron Patterson
|
7c48c8360e
|
select core should visit the source node
|
2010-12-14 10:38:55 -08:00 |
|
Aaron Patterson
|
9653da3c79
|
adding a join source node
|
2010-12-14 09:43:19 -08:00 |
|
Aaron Patterson
|
2d320e366a
|
testing nary nodes in the depth first visitor
|
2010-12-10 09:16:41 -08:00 |
|
Aaron Patterson
|
6be1a71464
|
stop using deprecated AND usage
|
2010-12-09 14:52:11 -08:00 |
|
Aaron Patterson
|
b68bf40ecc
|
make sure we raise type errors with unknown classes
|
2010-12-01 09:11:30 -08:00 |
|
Aaron Patterson
|
f68b7c4e7e
|
base class works with visitor
|
2010-11-29 15:31:28 -08:00 |
|
Aaron Patterson
|
039947e5ac
|
updating nodes and depth first visitor
|
2010-11-29 15:17:59 -08:00 |
|
Aaron Patterson
|
963ca860d5
|
adding unary node
|
2010-11-29 14:38:45 -08:00 |
|
Aaron Patterson
|
ad16c18cc3
|
insert statements supported
|
2010-11-29 14:30:06 -08:00 |
|
Aaron Patterson
|
4b91cbc688
|
adding select statement support
|
2010-11-29 14:26:53 -08:00 |
|
Aaron Patterson
|
61e0280b5d
|
adding select core
|
2010-11-29 14:23:58 -08:00 |
|
Aaron Patterson
|
20cd623aba
|
update statement supported
|
2010-11-29 14:15:58 -08:00 |
|
Aaron Patterson
|
c86c37e5f3
|
mostly implemented depth-first traversal
|
2010-11-29 14:11:28 -08:00 |
|