| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #484 from kirs/multiple-insert-v2 | Rafael França | 2017-06-15 | 4 | -0/+40 |
|\ |
|
| * | Support INSERT with multiple values | Kir Shatrov | 2017-05-22 | 4 | -0/+40 |
* | | Merge pull request #472 from film42/master | Matthew Draper | 2017-06-05 | 2 | -4/+6 |
|\ \
| |/
|/| |
|
| * | Make Visitor visit thread safe by holding dispatch method reference | Garrett Thornburg | 2017-02-17 | 2 | -4/+6 |
* | | Remove unused `engine` | Ryuta Kamizono | 2017-05-04 | 1 | -1/+1 |
* | | Made InsertManager#insert chainable | Pedro Sena | 2017-02-28 | 1 | -0/+1 |
|/ |
|
* | Enable frozen_string_literal in all files in arel | Rafael Mendonça França | 2017-02-13 | 68 | -1/+69 |
* | Performance improvement. | zhufenggood | 2017-01-27 | 1 | -4/+4 |
* | Raise custom error on empty join | Daniel Colson | 2017-01-17 | 3 | -2/+9 |
* | 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 |
* | Remove dead code | Rafael Mendonça França | 2016-12-29 | 1 | -12/+0 |
* | 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 |
* | | | Don't store all aliases to a table | Sean Griffin | 2016-09-13 | 1 | -6/+2 |
|/ / |
|
* / | Change BindParam visit method for Dot to a noop | Adam Lassek | 2016-08-26 | 1 | -1/+2 |
|/ |
|
* | Fix Casted#hash | Matthew Draper | 2016-07-28 | 1 | -1/+1 |
* | 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 | 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 |
* | 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 |
|/ |
|