| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #422 from yahonda/oracle12_support_bind_value | Sean Griffin | 2016-05-06 | 1 | -0/+4 |
|\ |
|
| * | Support Oracle bind parameter value for Oracle12 visitor | Yasuo Honda | 2016-04-11 | 1 | -0/+4 |
* | | Merge pull request #432 from tradegecko/pg-grouping-elements-support | Rafael França | 2016-05-05 | 4 | -2/+50 |
|\ \ |
|
| * | | Add Support for GroupBy Cube, Rollup and Grouping Set Syntax for PostgreSQL V... | Mohammad Habbab | 2016-05-04 | 4 | -2/+50 |
* | | | Raise ArgumentError if limit and lock are used for Oracle12 visitor | Yasuo Honda | 2016-05-02 | 1 | -3/+5 |
|/ / |
|
* / | Update to_sql.rb | zhufenggood | 2016-04-15 | 1 | -3/+3 |
|/ |
|
* | Update to_sql.rb. Slightly performance improment. | zhufenggood | 2016-03-31 | 1 | -1/+1 |
* | added Casted#hash | Bert Bruynooghe | 2016-02-17 | 1 | -0/+4 |
* | Delete not used codes | yui-knk | 2016-02-06 | 1 | -23/+0 |
* | * Support for bitwise operations as infix operators. Tests included. | Shahbaz Javeed | 2016-01-06 | 5 | -0/+85 |
* | Add database specific string concatenation | Keenan Brock | 2016-01-05 | 5 | -1/+20 |
* | Implement CASE Conditional Expression | Felix Bünemann | 2016-01-05 | 5 | -1/+102 |
* | Release 7.0.0 | Rafael Mendonça França | 2015-12-17 | 1 | -1/+1 |
* | Inject the visitor rather than relying on other objects internals | Sean Griffin | 2015-12-17 | 2 | -2/+7 |
* | Delegate to Connection Visitor in WhereSQL Visitor | Edward Paget | 2015-12-17 | 1 | -1/+5 |
* | Merge pull request #369 from codeodor/patch-1 | Rafael França | 2015-12-17 | 1 | -1/+7 |
|\ |
|
| * | Use a specific exception for unsupported visits | Sammy Larbi | 2015-07-14 | 1 | -1/+7 |
| * | Improve error message when passed unsupported type | Sammy Larbi | 2015-07-14 | 1 | -1/+1 |
* | | 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 |
| |/ |
|
* | | introduce predicate {does_not_}matches_regexp | Keenan Brock | 2015-12-05 | 1 | -0/+8 |
* | | Add case sensitive regexp | Keenan Brock | 2015-12-05 | 4 | -4/+19 |
* | | Add case sensitive match | Keenan Brock | 2015-12-05 | 3 | -11/+15 |
|/ |
|
* | Merge pull request #337 from yahonda/support_oracle12_top_n_2 | Aaron Patterson | 2015-07-14 | 3 | -2/+60 |
|\ |
|
| * | Create Arel::Visitors::Oracle12 to provide better top-N query | Yasuo Honda | 2015-06-19 | 2 | -0/+54 |
| * | Extract visit_Arel_Nodes_SelectOptions | Yasuo Honda | 2015-06-19 | 1 | -2/+6 |
* | | Merge pull request #361 from evgenim/master | Aaron Patterson | 2015-07-14 | 1 | -4/+10 |
|\ \ |
|
| * | | Fix visit_Arel_Nodes_FullOuterJoin and visit_Arel_Nodes_RightOuterJoin to mak... | evgenim | 2015-03-16 | 1 | -4/+10 |
* | | | Follow up #370 for Oracle, to fix undefined method `expr' for 10:Fixnum bug. | Eric Guo | 2015-07-14 | 1 | -1/+1 |
* | | | No need to quote MySQL LIMIT | Jean Boussier | 2015-07-10 | 1 | -1/+1 |
| |/
|/| |
|
* | | Dont need to quote limit | Arthur Neves | 2015-06-18 | 1 | -3/+3 |
* | | Move casted to its own file | Vipul A M | 2015-05-31 | 2 | -40/+41 |
|/ |
|
* | Special limited delete handling in MSSQL | Tamir Duberstein | 2015-02-23 | 2 | -2/+19 |
* | Delete should respect 'limit' | Bradford Folkens | 2015-02-23 | 4 | -3/+11 |
* | Change the interface of `having` to match that of `where` | Sean Griffin | 2015-01-27 | 6 | -16/+18 |
* | Implement equality for `BindParam` | Sean Griffin | 2015-01-25 | 1 | -0/+3 |
* | Change the version to 7.0.0.alpha | Sean Griffin | 2014-12-29 | 1 | -1/+1 |
* | Allow a type caster to be given to the `Arel::Table` object | Sean Griffin | 2014-12-29 | 5 | -16/+55 |
* | Deprecate automatic type casting within Arel | Sean Griffin | 2014-12-26 | 1 | -0/+11 |
* | Allow for handling quoted values in ranges | Sean Griffin | 2014-12-26 | 1 | -6/+14 |
* | {Matches,DoesNotMatch} support the ESCAPE clause with PostgreSQL | Kazuya NUMATA | 2014-12-25 | 1 | -2/+14 |
* | 💣 | 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 |
* | Remove `engine` from `TreeManager` and subclasses | Sean Griffin | 2014-11-29 | 8 | -26/+16 |
* | Remove engine from the constructor arguments `Arel::Table` | Sean Griffin | 2014-11-29 | 1 | -40/+21 |
* | Remove deprecated method "Table#primary_key" | Sean Griffin | 2014-11-26 | 2 | -17/+18 |
* | remove extra space before 'ORDER BY' | Nihad Abbasov | 2014-11-26 | 1 | -1/+0 |
* | Prepare for 6.0.0 | Rafael Mendonça França | 2014-11-25 | 1 | -1/+1 |