Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | Update .travis.yml | Yoshiyuki Hirano | 2017-09-15 | 1 | -3/+3 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #495 from koic/add_required_ruby_version_to_gemspec | Rafael França | 2017-08-14 | 3 | -10/+7 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Update travis.yml | Koichi ITO | 2017-08-14 | 1 | -10/+5 | |
| | | * | | | | | Add required_ruby_version to gemspec | Koichi ITO | 2017-08-14 | 2 | -0/+2 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #494 from koic/remove_encoding_utf8_magic_comment | Matthew Draper | 2017-08-10 | 3 | -3/+0 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Remove encoding utf-8 magic comment | Koichi ITO | 2017-08-09 | 3 | -3/+0 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #493 from gaurish/patch-1 | Sean Griffin | 2017-07-29 | 1 | -1/+0 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Remove Unused variable - offset_bind | Gaurish Sharma | 2017-07-29 | 1 | -1/+0 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #492 from mikaji/ci_against_2.4.1 | Sean Griffin | 2017-07-27 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | CI against 2.4.1 | Koji Mikami | 2017-07-27 | 1 | -1/+1 | |
| | * | | | | | | Merge pull request #491 from yahonda/follow_up_add_bind_for_oracle_visitor | Sean Griffin | 2017-07-27 | 2 | -4/+5 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | Address `undefined method `value_for_database'` in Oracle visitor | Yasuo Honda | 2017-07-25 | 2 | -4/+5 | |
| | |/ / / / / | ||||||
| | * | | | | | Change the verison to 9.0.0.alpha | Sean Griffin | 2017-07-25 | 2 | -2/+2 | |
| | * | | | | | Merge pull request #490 from MaxLap/fix_nodes_hash_eql_eqeq | Sean Griffin | 2017-07-25 | 8 | -1/+56 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Add missing hash, eql?, == to various node classes | Maxime Lapointe | 2017-07-25 | 8 | -1/+56 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #489 from kamipo/remove_unused_bind_values | Sean Griffin | 2017-07-25 | 2 | -11/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Remove unused `bind_values` | Ryuta Kamizono | 2017-07-25 | 2 | -11/+1 | |
| | |/ / / / / | ||||||
| | * | | | | | Fix test failures | Sean Griffin | 2017-07-24 | 7 | -14/+14 | |
| | * | | | | | 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 | 4 | -0/+143 | |
| | * | | | | | Ensure `ToSql` collector returns a UTF-8 string | Sean Griffin | 2017-07-21 | 2 | -1/+9 | |
| | * | | | | | Refactor `substitute_binds` to perform substitution immediately | Sean Griffin | 2017-07-21 | 6 | -68/+35 | |
| | * | | | | | Add a value field `Nodes::BindParam` | Sean Griffin | 2017-07-21 | 14 | -125/+37 | |
| | * | | | | | Rename `Collectors::Bind` | Sean Griffin | 2017-07-21 | 5 | -15/+4 | |
| | * | | | | | Merge pull request #484 from kirs/multiple-insert-v2 | Rafael França | 2017-06-15 | 5 | -0/+94 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Support INSERT with multiple values | Kir Shatrov | 2017-05-22 | 5 | -0/+94 | |
| | * | | | | | | Merge pull request #472 from film42/master | Matthew Draper | 2017-06-05 | 5 | -4/+57 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | Test concurrency of visitor superclass fallback | Matthew Draper | 2017-06-05 | 3 | -0/+51 | |
| | | * | | | | | Make Visitor visit thread safe by holding dispatch method reference | Garrett Thornburg | 2017-02-17 | 2 | -4/+6 | |
| | * | | | | | | Merge pull request #483 from kamipo/remove_unused_engine | Rafael França | 2017-05-05 | 2 | -3/+3 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Remove unused `engine` | Ryuta Kamizono | 2017-05-04 | 2 | -3/+3 | |
| | | | |/ / / / | | | |/| | | | | ||||||
| | * | | | | | | Add regression test | Rafael Mendonça França | 2017-05-04 | 1 | -0/+11 | |
| | * | | | | | | Revert "Merge pull request #482 from kirs/multiple-insert" | Rafael Mendonça França | 2017-05-04 | 7 | -54/+5 | |
| | * | | | | | | Merge pull request #482 from kirs/multiple-insert | Rafael França | 2017-05-04 | 7 | -5/+54 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | Support multiple inserts | Kir Shatrov | 2017-05-01 | 7 | -5/+54 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #475 from PedroSena/chainable-insert | Rafael França | 2017-02-28 | 2 | -0/+8 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Made InsertManager#insert chainable | Pedro Sena | 2017-02-28 | 2 | -0/+8 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #474 from JaKXz/patch-1 | Rafael França | 2017-02-22 | 1 | -1/+8 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | docs(distinct): tweaks [skip ci] | Jason Kurian | 2017-02-22 | 1 | -1/+1 | |
| | | * | | | | | docs(distinct): fix distinct example [skip ci] | Jason Kurian | 2017-02-22 | 1 | -2/+2 | |
| | | * | | | | | docs: add distinct to README | Jason Kurian | 2017-02-22 | 1 | -1/+8 | |
| | |/ / / / / | ||||||
| | * | | | | | Prepare to 8.0.0 | Rafael Mendonça França | 2017-02-21 | 2 | -1/+4 | |
| | * | | | | | 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 | |
| | * | | | | | Merge pull request #471 from rails/frozen-string-literal | Rafael França | 2017-02-14 | 132 | -1/+138 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | Enable frozen_string_literal in all files in arel | Rafael Mendonça França | 2017-02-13 | 132 | -1/+138 | |
| | |/ / / / | ||||||
| | * | | | | Merge pull request #468 from zhufenggood/master | Rafael França | 2017-01-30 | 1 | -4/+4 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Performance improvement. | zhufenggood | 2017-01-27 | 1 | -4/+4 | |
| | |/ / / / | ||||||
| | * | | | | Merge pull request #467 from composerinteralia/custom-errors | Rafael França | 2017-01-17 | 6 | -2/+27 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Raise custom error on empty join | Daniel Colson | 2017-01-17 | 6 | -2/+27 | |
| | |/ / / / |