| Commit message (Expand) | Author | Age | Files | Lines |
* | use #data_source_exists? instead of deprecated #table_exists? | Alexander Baronec | 2016-10-08 | 1 | -1/+1 |
* | Merge pull request #443 from mgbatchelor/master | Rafael França | 2016-10-07 | 1 | -0/+12 |
|\ |
|
| * | remove union mapping as :binary node when performing DepthFirst enumeration | Michael Batchelor | 2016-08-19 | 1 | -0/+12 |
* | | 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 |
* | | | Don't store all aliases to a table | Sean Griffin | 2016-09-13 | 1 | -8/+1 |
|/ / |
|
* / | 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 |
|/ |
|
* | added Casted#hash | Bert Bruynooghe | 2016-02-17 | 1 | -0/+16 |
* | * Support for bitwise operations as infix operators. Tests included. | Shahbaz Javeed | 2016-01-06 | 2 | -0/+76 |
* | Add database specific string concatenation | Keenan Brock | 2016-01-05 | 3 | -2/+27 |
* | Implement CASE Conditional Expression | Felix Bünemann | 2016-01-05 | 3 | -0/+154 |
* | Delegate to Connection Visitor in WhereSQL Visitor | Edward Paget | 2015-12-17 | 1 | -0/+21 |
* | Merge pull request #329 from vipulnsward/add-attribute-aggregate-tests | Rafael França | 2015-12-17 | 1 | -1/+10 |
|\ |
|
| * | - Added test for verifying proper sql generated by minimum aggregate method. | Vipul A M | 2014-10-24 | 1 | -1/+10 |
* | | 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 #381 from carsonreinke/function_order | Rafael França | 2015-12-17 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | Add OrderPredications back into Nodes::Function (removed with deprecation of ... | Carson Reinke | 2015-07-23 | 1 | -0/+9 |
| |/ / |
|
* | | | 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 |
* | | | Merge pull request #361 from evgenim/master | Aaron Patterson | 2015-07-14 | 1 | -0/+30 |
|\ \ \ |
|
| * | | | Fix visit_Arel_Nodes_FullOuterJoin and visit_Arel_Nodes_RightOuterJoin to mak... | evgenim | 2015-03-16 | 1 | -0/+30 |
* | | | | Follow up #370 for Oracle, to fix undefined method `expr' for 10:Fixnum bug. | Eric Guo | 2015-07-14 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | Fix a typo in the sql literal spec for grouped "and" equality | Courtland Caldwell | 2015-03-23 | 1 | -1/+1 |
|/ / |
|
* | | Special limited delete handling in MSSQL | Tamir Duberstein | 2015-02-23 | 1 | -0/+9 |
* | | Delete should respect 'limit' | Bradford Folkens | 2015-02-23 | 1 | -0/+8 |
* | | Change the interface of `having` to match that of `where` | Sean Griffin | 2015-01-27 | 4 | -13/+11 |
* | | Implement equality for `BindParam` | Sean Griffin | 2015-01-25 | 1 | -0/+15 |
* | | Allow a type caster to be given to the `Arel::Table` object | Sean Griffin | 2014-12-29 | 1 | -0/+34 |
* | | Deprecate automatic type casting within Arel | Sean Griffin | 2014-12-26 | 1 | -0/+2 |
* | | Allow for handling quoted values in ranges | Sean Griffin | 2014-12-26 | 1 | -0/+47 |
* | | {Matches,DoesNotMatch} support the ESCAPE clause with PostgreSQL | Kazuya NUMATA | 2014-12-25 | 1 | -0/+14 |