| Commit message (Expand) | Author | Age | Files | Lines |
* | Move casted to its own file | Vipul A M | 2015-05-31 | 1 | -40/+1 |
* | Allow a type caster to be given to the `Arel::Table` object | Sean Griffin | 2014-12-29 | 1 | -11/+0 |
* | Deprecate automatic type casting within Arel | Sean Griffin | 2014-12-26 | 1 | -0/+11 |
* | 💣 | Sean Griffin | 2014-12-04 | 1 | -1/+1 |
* | Quoted nodes respond to `nil?` in the same way as `Casted` nodes | Sean Griffin | 2014-12-04 | 1 | -0/+1 |
* | Quoted nodes respond to the same method as Casted nodes | Sean Griffin | 2014-12-04 | 1 | -0/+1 |
* | Don't re-quote nodes which are already quoted | Sean Griffin | 2014-12-02 | 1 | -1/+1 |
* | Add order to BindParams in the ToSql collector | Sean Griffin | 2014-11-17 | 1 | -0/+1 |
* | {Matches,DoesNotMatch} support the ESCAPE clause | Tamir Duberstein | 2014-09-25 | 1 | -0/+1 |
* | No need to check for SelectStatement as it's a descendant of Node | Jiri Pospisil | 2014-06-12 | 1 | -1/+1 |
* | Make sure Arel::SelectManager is not mistaken for an attribute | Jiri Pospisil | 2014-06-12 | 1 | -1/+1 |
* | Added right and full outer joins | Stephen Prater & Fire-Dragon-DoL | 2014-03-30 | 1 | -0/+2 |
* | build quoted nodes in factory methods | Aaron Patterson | 2014-03-24 | 1 | -1/+8 |
* | add the casting node to the AST at build time | Aaron Patterson | 2014-03-24 | 1 | -0/+32 |
* | 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 |