| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing hash, eql?, == to various node classes | Maxime Lapointe | 2017-07-25 | 7 | -1/+22 |
* | Adjust `BindParam` as needed for AR | Sean Griffin | 2017-07-24 | 1 | -1/+5 |
* | Add a value field `Nodes::BindParam` | Sean Griffin | 2017-07-21 | 1 | -1/+9 |
* | Support INSERT with multiple values | Kir Shatrov | 2017-05-22 | 1 | -0/+13 |
* | Revert "Merge pull request #482 from kirs/multiple-insert" | Rafael Mendonça França | 2017-05-04 | 1 | -13/+0 |
* | Support multiple inserts | Kir Shatrov | 2017-05-01 | 1 | -0/+13 |
* | Enable frozen_string_literal in all files in arel | Rafael Mendonça França | 2017-02-13 | 41 | -0/+41 |
* | Fix Casted#hash | Matthew Draper | 2016-07-28 | 1 | -1/+1 |
* | Add Support for GroupBy Cube, Rollup and Grouping Set Syntax for PostgreSQL V... | Mohammad Habbab | 2016-05-04 | 1 | -2/+6 |
* | added Casted#hash | Bert Bruynooghe | 2016-02-17 | 1 | -0/+4 |
* | * Support for bitwise operations as infix operators. Tests included. | Shahbaz Javeed | 2016-01-06 | 2 | -0/+55 |
* | Add database specific string concatenation | Keenan Brock | 2016-01-05 | 1 | -1/+6 |
* | Implement CASE Conditional Expression | Felix Bünemann | 2016-01-05 | 1 | -0/+57 |
* | Merge pull request #381 from carsonreinke/function_order | Rafael França | 2015-12-17 | 1 | -0/+1 |
|\ |
|
| * | Add OrderPredications back into Nodes::Function (removed with deprecation of ... | Carson Reinke | 2015-07-23 | 1 | -0/+1 |
* | | Add case sensitive regexp | Keenan Brock | 2015-12-05 | 2 | -2/+14 |
* | | Add case sensitive match | Keenan Brock | 2015-12-05 | 1 | -1/+3 |
|/ |
|
* | Move casted to its own file | Vipul A M | 2015-05-31 | 1 | -0/+40 |
* | Delete should respect 'limit' | Bradford Folkens | 2015-02-23 | 1 | -0/+2 |
* | Change the interface of `having` to match that of `where` | Sean Griffin | 2015-01-27 | 2 | -6/+5 |
* | Implement equality for `BindParam` | Sean Griffin | 2015-01-25 | 1 | -0/+3 |
* | Allow a type caster to be given to the `Arel::Table` object | Sean Griffin | 2014-12-29 | 1 | -0/+8 |
* | Remove `engine` from `TreeManager` and subclasses | Sean Griffin | 2014-11-29 | 1 | -4/+0 |
* | Add order to BindParams in the ToSql collector | Sean Griffin | 2014-11-17 | 2 | -3/+6 |
* | Binary nodes should not generate the same hash as nodes of other classes | Sean Griffin | 2014-10-24 | 1 | -1/+1 |
* | {Matches,DoesNotMatch} support the ESCAPE clause | Tamir Duberstein | 2014-09-25 | 2 | -2/+14 |
* | Remove unused @alias, being referenced in hashing. | Vipul A M | 2014-09-16 | 1 | -1/+1 |
* | `Extract#as` should not mutate the receiver | Tamir Duberstein | 2014-09-13 | 1 | -10/+3 |
* | Windowing: Calling #rows or #range should assign framing only once. | Alexander Staubo | 2014-06-22 | 1 | -2/+10 |
* | Windowing support for PARTITION BY clause. | Alexander Staubo | 2014-06-20 | 1 | -2/+13 |
* | - Remove four year old deprecation | Vipul A M | 2014-06-01 | 1 | -5/+1 |
* | Allow INSERT INTO <table> SELECT queries | Jean Boussier | 2014-04-10 | 1 | -2/+5 |
* | Merge branch 'master' into collector | Aaron Patterson | 2014-04-08 | 3 | -0/+14 |
|\ |
|
| * | Add Regexp and NotRegexp nodes for PostgreSQL | James Le Cuirot | 2014-04-08 | 1 | -0/+2 |
| * | Added right and full outer joins | Stephen Prater & Fire-Dragon-DoL | 2014-03-30 | 2 | -0/+12 |
* | | bind visitor working with collector object | Aaron Patterson | 2014-04-08 | 1 | -1/+5 |
|/ |
|
* | build quoted nodes in factory methods | Aaron Patterson | 2014-03-24 | 1 | -2/+0 |
* | add the casting node to the AST at build time | Aaron Patterson | 2014-03-24 | 1 | -0/+2 |
* | Remove deprecated Arel::Expression | Rafael Mendonça França | 2014-02-10 | 3 | -4/+0 |
* | Add :encode_with for proper YAML serialization | Ivan Antropov | 2013-11-09 | 1 | -0/+4 |
* | record who created the node when $DEBUG is true | Aaron Patterson | 2013-05-20 | 1 | -1/+8 |
* | call super from initialize | Aaron Patterson | 2013-05-17 | 8 | -0/+10 |
* | 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 |