| Commit message (Expand) | Author | Age | Files | Lines |
* | PostgreSQL lateral expressions | Ville Lautanala | 2017-04-25 | 2 | -0/+19 |
* | Enable frozen_string_literal in all files in arel | Rafael Mendonça França | 2017-02-13 | 4 | -0/+4 |
* | Performance improvement. | zhufenggood | 2017-01-27 | 1 | -4/+4 |
* | Remove dead code now that attr is not used anymore | Rafael Mendonça França | 2016-12-29 | 1 | -1/+1 |
* | Remove deprecated type cast support in Arel | Rafael Mendonça França | 2016-12-29 | 1 | -44/+5 |
* | 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 | -1/+0 |
|\ |
|
| * | remove union mapping as :binary node when performing DepthFirst enumeration | Michael Batchelor | 2016-08-19 | 1 | -1/+0 |
* | | Merge pull request #445 from oliverguenther/fix/dot-visitor-casted-node | Rafael França | 2016-10-07 | 1 | -0/+5 |
|\ \ |
|
| * | | Add Arel::Nodes::Casted to dot visitor | Oliver Günther | 2016-08-27 | 1 | -0/+5 |
| |/ |
|
* | | Merge pull request #447 from ojab/master | Rafael França | 2016-10-07 | 12 | -2/+14 |
|\ \ |
|
| * | | Freeze all the strings in visitors | ojab | 2016-08-31 | 12 | -2/+14 |
* | | | Fix issue #438 when oracle visitor gets BindParams | Rodrigo Castro | 2016-10-07 | 1 | -2/+13 |
|/ / |
|
* / | Change BindParam visit method for Dot to a noop | Adam Lassek | 2016-08-26 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #417 from tlkahn/master | Rafael França | 2016-07-19 | 1 | -0/+9 |
|\ |
|
| * | Fix issue #415 - Should Arel::Nodes::True.new() be 1 in sqlite3? | Yong Guo | 2016-03-01 | 1 | -0/+9 |
* | | Merge pull request #328 from vipulnsward/dryup-collectors | Rafael França | 2016-07-19 | 1 | -33/+13 |
|\ \ |
|
| * | | DRY up visit_Arel_Nodes_SelectCore and extract nodes collection to collect_no... | Vipul A M | 2016-04-11 | 1 | -33/+13 |
* | | | Support for unified Integer class in Ruby 2.4+ | yui-knk | 2016-05-30 | 3 | -0/+3 |
* | | | 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 | 3 | -0/+44 |
|\ \ \ |
|
| * | | | Add Support for GroupBy Cube, Rollup and Grouping Set Syntax for PostgreSQL V... | Mohammad Habbab | 2016-05-04 | 3 | -0/+44 |
* | | | | 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 |
|/ |
|
* | * Support for bitwise operations as infix operators. Tests included. | Shahbaz Javeed | 2016-01-06 | 1 | -0/+5 |
* | Add database specific string concatenation | Keenan Brock | 2016-01-05 | 3 | -0/+10 |
* | Implement CASE Conditional Expression | Felix Bünemann | 2016-01-05 | 2 | -1/+38 |
* | Inject the visitor rather than relying on other objects internals | Sean Griffin | 2015-12-17 | 1 | -1/+6 |
* | 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 |
* | | Add case sensitive regexp | Keenan Brock | 2015-12-05 | 1 | -2/+4 |
* | | Add case sensitive match | Keenan Brock | 2015-12-05 | 1 | -2/+4 |
|/ |
|
* | Merge pull request #337 from yahonda/support_oracle12_top_n_2 | Aaron Patterson | 2015-07-14 | 2 | -2/+59 |
|\ |
|
| * | Create Arel::Visitors::Oracle12 to provide better top-N query | Yasuo Honda | 2015-06-19 | 1 | -0/+53 |
| * | 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 |
|/ |
|
* | Special limited delete handling in MSSQL | Tamir Duberstein | 2015-02-23 | 2 | -2/+19 |
* | Delete should respect 'limit' | Bradford Folkens | 2015-02-23 | 1 | -3/+3 |
* | Change the interface of `having` to match that of `where` | Sean Griffin | 2015-01-27 | 3 | -8/+11 |
* | Allow a type caster to be given to the `Arel::Table` object | Sean Griffin | 2014-12-29 | 1 | -1/+22 |
* | {Matches,DoesNotMatch} support the ESCAPE clause with PostgreSQL | Kazuya NUMATA | 2014-12-25 | 1 | -2/+14 |
* | Remove deprecated method "Table#primary_key" | Sean Griffin | 2014-11-26 | 1 | -3/+18 |
* | remove extra space before 'ORDER BY' | Nihad Abbasov | 2014-11-26 | 1 | -1/+0 |