Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the interface of `having` to match that of `where` | Sean Griffin | 2015-01-27 | 1 | -3/+2 |
| | | | | | | These two clauses have nearly identical semantics with regards to how they would be constructed as an AST. It doesn't make sense for their interfaces to be separate. | ||||
* | Merge pull request #137 from dimko/visit_set | Rafael Mendonça França | 2014-09-17 | 1 | -0/+8 |
|\ | | | | | Added a visitor for Set objects | ||||
| * | added a visitor for Set objects | Dimko | 2012-09-18 | 1 | -0/+8 |
| | | |||||
* | | Added right and full outer joins | Stephen Prater & Fire-Dragon-DoL | 2014-03-30 | 1 | -0/+12 |
| | | |||||
* | | Bump minitest to 5.1. | Vipul A M | 2014-01-04 | 1 | -1/+1 |
|/ | |||||
* | Adds visit_Arel_Nodes_InfixOperation to Arel::Visitors::DepthFirst | Benedikt Deicke | 2012-03-22 | 1 | -0/+6 |
| | |||||
* | Support ANSI SQL2003 window functions. | Alexander Staubo | 2012-02-22 | 1 | -2/+4 |
| | |||||
* | Break Ordering into Ascending/Descending nodes, allow reversal | Ernie Miller | 2011-06-15 | 1 | -1/+1 |
| | |||||
* | Stop calling to_s on aliases, require them to be strings already. | Ernie Miller | 2011-04-29 | 1 | -3/+3 |
| | |||||
* | Move #as to AliasPredication, stop overriding Function's #as. | Ernie Miller | 2011-04-29 | 1 | -3/+3 |
| | |||||
* | Lock should be a unary node | Aaron Patterson | 2011-02-21 | 1 | -1/+1 |
| | |||||
* | Added Arel::Nodes::NamedFunction for representing generic SQL functions | Aaron Patterson | 2011-01-04 | 1 | -1/+7 |
| | |||||
* | 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 | -2/+3 |
| | |||||
* | select core should visit the source node | Aaron Patterson | 2010-12-14 | 1 | -0/+1 |
| | |||||
* | adding a join source node | Aaron Patterson | 2010-12-14 | 1 | -4/+4 |
| | |||||
* | testing nary nodes in the depth first visitor | Aaron Patterson | 2010-12-10 | 1 | -2/+2 |
| | |||||
* | stop using deprecated AND usage | Aaron Patterson | 2010-12-09 | 1 | -1/+11 |
| | |||||
* | make sure we raise type errors with unknown classes | Aaron Patterson | 2010-12-01 | 1 | -0/+7 |
| | |||||
* | base class works with visitor | Aaron Patterson | 2010-11-29 | 1 | -0/+6 |
| | |||||
* | updating nodes and depth first visitor | Aaron Patterson | 2010-11-29 | 1 | -3/+62 |
| | |||||
* | adding unary node | Aaron Patterson | 2010-11-29 | 1 | -0/+3 |
| | |||||
* | insert statements supported | Aaron Patterson | 2010-11-29 | 1 | -0/+10 |
| | |||||
* | adding select statement support | Aaron Patterson | 2010-11-29 | 1 | -0/+18 |
| | |||||
* | adding select core | Aaron Patterson | 2010-11-29 | 1 | -0/+18 |
| | |||||
* | update statement supported | Aaron Patterson | 2010-11-29 | 1 | -0/+13 |
| | |||||
* | mostly implemented depth-first traversal | Aaron Patterson | 2010-11-29 | 1 | -0/+76 |