| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Add support for WITH and UNION | Paul Sadauskas | 2011-01-21 | 3 | -6/+27 |
|/ |
|
* | Added Arel::Nodes::NamedFunction for representing generic SQL functions | Aaron Patterson | 2011-01-04 | 3 | -4/+14 |
* | limit and top files are not needed | Aaron Patterson | 2011-01-03 | 2 | -13/+0 |
* | Merge branch '2-0-stable' into merge | Aaron Patterson | 2011-01-03 | 4 | -3/+19 |
|\ |
|
| * | Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able... | Viacheslav Petrenko | 2011-01-03 | 3 | -1/+15 |
* | | requiring that the primary key be set on the UpdateManager so that databases ... | Aaron Patterson | 2010-12-24 | 1 | -2/+4 |
* | | fixing typo, thanks @devwout | Aaron Patterson | 2010-12-21 | 1 | -1/+1 |
* | | removing commented out code | Aaron Patterson | 2010-12-14 | 1 | -7/+0 |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 7 | -38/+24 |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 7 | -37/+12 |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 5 | -31/+9 |