| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce `Reduce` | Nikolay Ponomarev | 2017-12-27 | 1 | -1/+1 |
* | Address `undefined method `value_for_database'` in Oracle visitor | Yasuo Honda | 2017-07-25 | 1 | -1/+1 |
* | Fix test failures | Sean Griffin | 2017-07-24 | 5 | -11/+11 |
* | Add a value field `Nodes::BindParam` | Sean Griffin | 2017-07-21 | 6 | -72/+11 |
* | Merge pull request #472 from film42/master | Matthew Draper | 2017-06-05 | 1 | -0/+49 |
|\ |
|
| * | Test concurrency of visitor superclass fallback | Matthew Draper | 2017-06-05 | 1 | -0/+49 |
* | | Revert "Merge pull request #482 from kirs/multiple-insert" | Rafael Mendonça França | 2017-05-04 | 1 | -1/+1 |
* | | Support multiple inserts | Kir Shatrov | 2017-05-01 | 1 | -1/+1 |
* | | Merge pull request #470 from kmmndr/named_function_eq_nil | Rafael França | 2017-02-21 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | named functions compared to nil | Thomas Kienlen | 2017-02-02 | 1 | -0/+6 |
* | | Enable frozen_string_literal in all files in arel | Rafael Mendonça França | 2017-02-13 | 13 | -0/+13 |
|/ |
|
* | Fix identation | Rafael Mendonça França | 2016-12-29 | 1 | -7/+7 |
* | Remove deprecated type cast support in Arel | Rafael Mendonça França | 2016-12-29 | 1 | -71/+2 |
* | Merge pull request #445 from oliverguenther/fix/dot-visitor-casted-node | Rafael França | 2016-10-07 | 1 | -0/+1 |
|\ |
|
| * | Add Arel::Nodes::Casted to dot visitor | Oliver Günther | 2016-08-27 | 1 | -0/+1 |
* | | Merge pull request #447 from ojab/master | Rafael França | 2016-10-07 | 1 | -1/+1 |
|\ \ |
|
| * | | Drop unneeded assignment | ojab | 2016-08-31 | 1 | -1/+1 |
* | | | Fix issue #438 when oracle visitor gets BindParams | Rodrigo Castro | 2016-10-07 | 1 | -1/+15 |
|/ / |
|
* / | Add failing test for Dot visitor and BindParam | Adam Lassek | 2016-08-26 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #417 from tlkahn/master | Rafael França | 2016-07-19 | 1 | -0/+7 |
|\ |
|
| * | Fix issue #415 - Should Arel::Nodes::True.new() be 1 in sqlite3? | Yong Guo | 2016-03-01 | 1 | -0/+7 |
* | | Merge pull request #422 from yahonda/oracle12_support_bind_value | Sean Griffin | 2016-05-06 | 1 | -2/+13 |
|\ \ |
|
| * | | Support Oracle bind parameter value for Oracle12 visitor | Yasuo Honda | 2016-04-11 | 1 | -2/+13 |
| |/ |
|
* | | Merge pull request #432 from tradegecko/pg-grouping-elements-support | Rafael França | 2016-05-05 | 1 | -0/+78 |
|\ \ |
|
| * | | Add Support for GroupBy Cube, Rollup and Grouping Set Syntax for PostgreSQL V... | Mohammad Habbab | 2016-05-04 | 1 | -0/+78 |
* | | | Raise ArgumentError if limit and lock are used for Oracle12 visitor | Yasuo Honda | 2016-05-02 | 1 | -3/+4 |
|/ / |
|
* / | Fix warnings from test_to_sql test | Vipul A M | 2016-04-11 | 1 | -1/+1 |
|/ |
|
* | * Support for bitwise operations as infix operators. Tests included. | Shahbaz Javeed | 2016-01-06 | 1 | -0/+37 |
* | Add database specific string concatenation | Keenan Brock | 2016-01-05 | 3 | -2/+27 |
* | Implement CASE Conditional Expression | Felix Bünemann | 2016-01-05 | 2 | -0/+72 |
* | Merge pull request #369 from codeodor/patch-1 | Rafael França | 2015-12-17 | 1 | -3/+3 |
|\ |
|
| * | Use a specific exception for unsupported visits | Sammy Larbi | 2015-07-14 | 1 | -3/+3 |
* | | Merge pull request #390 from yahonda/expr_oracle12 | Rafael França | 2015-12-17 | 1 | -2/+2 |
|\ \ |
|
| * | | No need to quote limit for Oracle12 visitor | Yasuo Honda | 2015-09-01 | 1 | -2/+2 |
| |/ |
|
* | | test match predicate case sensitivity attribute | Keenan Brock | 2015-12-05 | 1 | -0/+6 |
* | | introduce predicate {does_not_}matches_regexp | Keenan Brock | 2015-12-05 | 1 | -6/+13 |
* | | use valid regular expression in regexp test | Keenan Brock | 2015-12-05 | 1 | -12/+12 |
* | | Add case sensitive regexp | Keenan Brock | 2015-12-05 | 1 | -0/+14 |
* | | Add case sensitive match | Keenan Brock | 2015-12-05 | 1 | -0/+14 |
|/ |
|
* | Merge pull request #337 from yahonda/support_oracle12_top_n_2 | Aaron Patterson | 2015-07-14 | 1 | -0/+47 |
|\ |
|
| * | Create Arel::Visitors::Oracle12 to provide better top-N query | Yasuo Honda | 2015-06-19 | 1 | -0/+47 |
* | | Follow up #370 for Oracle, to fix undefined method `expr' for 10:Fixnum bug. | Eric Guo | 2015-07-14 | 1 | -2/+2 |
|/ |
|
* | Special limited delete handling in MSSQL | Tamir Duberstein | 2015-02-23 | 1 | -0/+9 |
* | Change the interface of `having` to match that of `where` | Sean Griffin | 2015-01-27 | 2 | -4/+2 |
* | {Matches,DoesNotMatch} support the ESCAPE clause with PostgreSQL | Kazuya NUMATA | 2014-12-25 | 1 | -0/+14 |
* | Remove `engine` from `TreeManager` and subclasses | Sean Griffin | 2014-11-29 | 1 | -1/+1 |
* | Remove deprecated method "Table#primary_key" | Sean Griffin | 2014-11-26 | 1 | -0/+19 |
* | remove extra space before 'ORDER BY' | Nihad Abbasov | 2014-11-26 | 1 | -1/+8 |
* | Support Oracle bind parameter value | Yasuo Honda | 2014-11-20 | 1 | -1/+12 |
* | Use class objects rather than strings for the dispatch cache | Sean Griffin | 2014-11-18 | 1 | -1/+1 |