| Commit message (Expand) | Author | Age | Files | Lines |
* | Include Predications in Grouping | Ernie Miller | 2012-05-19 | 1 | -0/+1 |
* | Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>). | Alexander Staubo | 2012-02-23 | 1 | -0/+1 |
* | Support ANSI SQL2003 window functions. | Alexander Staubo | 2012-02-22 | 1 | -0/+4 |
* | Add nodes for boolean constants | Daniel Cadenas | 2011-08-03 | 1 | -0/+2 |
* | Break Ordering into Ascending/Descending nodes, allow reversal | Ernie Miller | 2011-06-15 | 1 | -1/+2 |
* | adding Distinct ON node | Aaron Patterson | 2011-04-21 | 1 | -0/+4 |
* | Replace MathOperation with InfixOperation to support more operators | Ernie Miller | 2011-03-09 | 1 | -1/+1 |
* | Merge remote branch 'stiff/master' into omg | Aaron Patterson | 2011-03-07 | 1 | -0/+1 |
|\ |
|
| * | implemented support for math operations in numeric attributes | Vladimir Meremyanin | 2011-01-29 | 1 | -0/+1 |
* | | Lock should be a unary node | Aaron Patterson | 2011-02-21 | 1 | -1/+0 |
|/ |
|
* | Add support for WITH and UNION | Paul Sadauskas | 2011-01-21 | 1 | -0/+1 |
* | Added Arel::Nodes::NamedFunction for representing generic SQL functions | Aaron Patterson | 2011-01-04 | 1 | -0/+1 |
* | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -18/+22 |
* | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -7/+3 |
* | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -5/+3 |
* | removing more nodes! | Aaron Patterson | 2010-12-14 | 1 | -10/+1 |
* | adding a join source node | Aaron Patterson | 2010-12-14 | 1 | -0/+1 |
* | adding unary node | Aaron Patterson | 2010-11-29 | 1 | -0/+1 |
* | adding an AS node | Aaron Patterson | 2010-11-23 | 1 | -0/+1 |
* | adding a "not" factory method for creating Not nodes | Aaron Patterson | 2010-11-23 | 1 | -0/+1 |
* | Support Attribute#asc and Attribute#desc to create orderings | Ernie Miller | 2010-09-29 | 1 | -0/+1 |
* | Add support for remaining *_any/*_all attribute methods, and add matches/does... | Ernie Miller | 2010-09-29 | 1 | -0/+3 |
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 1 | -0/+1 |
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 1 | -0/+2 |
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 1 | -0/+2 |
* | adding an EXISTS node, update method will generate an IN clause | Aaron Patterson | 2010-09-14 | 1 | -0/+1 |
* | Add Min node. | Emilio Tagua | 2010-09-11 | 1 | -0/+1 |
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
* | differentiating equality and assignment | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
* | added a greater than node | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
* | added greater than or equal to node | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
* | adding an offset node | Aaron Patterson | 2010-09-10 | 1 | -0/+1 |
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 1 | -0/+1 |
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
* | average node is added | Aaron Patterson | 2010-09-08 | 1 | -0/+2 |
* | adding having nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
* | adding maximum nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
* | adding a sum node | Aaron Patterson | 2010-09-08 | 1 | -0/+1 |
* | group nodes are working! | Aaron Patterson | 2010-09-07 | 1 | -0/+1 |
* | adding string join nodes and a visitor to produce backwards compatible "join_... | Aaron Patterson | 2010-08-24 | 1 | -0/+1 |
* | AND nodes are supported | Aaron Patterson | 2010-08-23 | 1 | -0/+1 |
* | adding count nodes | Aaron Patterson | 2010-08-23 | 1 | -0/+1 |
* | adding outer joins | Aaron Patterson | 2010-08-19 | 1 | -0/+2 |
* | joins can be created | Aaron Patterson | 2010-08-18 | 1 | -0/+3 |
* | delete manager added | Aaron Patterson | 2010-08-18 | 1 | -0/+1 |
* | fixing update support | Aaron Patterson | 2010-08-18 | 1 | -0/+1 |
* | OR nodes are somewhat working | Aaron Patterson | 2010-08-16 | 1 | -0/+3 |
* | spec:v1:sqlite3 works for running our specs | Aaron Patterson | 2010-08-16 | 1 | -0/+1 |
* | basic updates are working | Aaron Patterson | 2010-08-14 | 1 | -0/+1 |
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -0/+1 |