| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #496 from amatsuda/froms_to_nowhere | Akira Matsuda | 2017-09-24 | 1 | -2/+0 |
|\ |
|
| * | Unused variables | Akira Matsuda | 2017-09-01 | 1 | -2/+0 |
* | | Support BindParams in subqueries | Jan Graichen | 2017-09-19 | 1 | -1/+2 |
|/ |
|
* | Remove encoding utf-8 magic comment | Koichi ITO | 2017-08-09 | 1 | -1/+0 |
* | Remove Unused variable - offset_bind | Gaurish Sharma | 2017-07-29 | 1 | -1/+0 |
* | Address `undefined method `value_for_database'` in Oracle visitor | Yasuo Honda | 2017-07-25 | 1 | -3/+4 |
* | Change the verison to 9.0.0.alpha | Sean Griffin | 2017-07-25 | 1 | -1/+1 |
* | Add missing hash, eql?, == to various node classes | Maxime Lapointe | 2017-07-25 | 7 | -1/+22 |
* | Remove unused `bind_values` | Ryuta Kamizono | 2017-07-25 | 1 | -4/+1 |
* | Adjust `BindParam` as needed for AR | Sean Griffin | 2017-07-24 | 1 | -1/+5 |
* | Add a collector to grab the bind values off the AST | Sean Griffin | 2017-07-21 | 2 | -0/+56 |
* | Ensure `ToSql` collector returns a UTF-8 string | Sean Griffin | 2017-07-21 | 1 | -1/+1 |
* | Refactor `substitute_binds` to perform substitution immediately | Sean Griffin | 2017-07-21 | 5 | -23/+14 |
* | Add a value field `Nodes::BindParam` | Sean Griffin | 2017-07-21 | 3 | -42/+10 |
* | Rename `Collectors::Bind` | Sean Griffin | 2017-07-21 | 2 | -11/+1 |
* | 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 | 69 | -1/+70 |
* | Performance improvement. | zhufenggood | 2017-01-27 | 1 | -4/+4 |
* | Raise custom error on empty join | Daniel Colson | 2017-01-17 | 4 | -2/+11 |
* | Remove dead code now that attr is not used anymore | Rafael Mendonça França | 2016-12-29 | 1 | -1/+1 |
* | Bump arel to 8.0.0 | 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 |
* | Arel master is alre 7.2 | Rafael Mendonça França | 2016-12-28 | 1 | -1/+1 |
* | 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 |
|/ |
|
* | Release 7.1.1 | Rafael Mendonça França | 2016-07-27 | 1 | -1/+1 |
* | Fix Casted#hash | Matthew Draper | 2016-07-28 | 1 | -1/+1 |
* | Release 7.1.0 | Rafael Mendonça França | 2016-07-19 | 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 |
* | | | Bump to 7.0.1.pre in anticipation of next release | Jeremy Daer | 2016-05-29 | 1 | -1/+1 |
* | | | 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 |
| |/ / |
|