Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | Prepare for 9.0.0 | Rafael Mendonça França | 2017-11-14 | 2 | -1/+7 | |
| | * | | | | | | | | | | | | Merge pull request #501 from abelards/patch-1 | Rafael França | 2017-11-14 | 1 | -1/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Update README.md | Sylvain Abélard | 2017-10-15 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | Merge pull request #502 from kddeisz/count-math | Rafael França | 2017-10-31 | 2 | -0/+11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Allow count nodes to have math functions | Kevin Deisz | 2017-10-27 | 2 | -0/+11 | |
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Merge pull request #500 from jcoleman/fix_incorrect_typecasting_of_raw_sql_st... | Sean Griffin | 2017-10-06 | 2 | -1/+13 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Type-castable attributes should not try to cast SqlLiteral nodes | James Coleman | 2017-09-29 | 2 | -1/+13 | |
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | 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 | |
| | * | | | | | | | | | | | | | Merge pull request #499 from jgraichen/jg/cte-bindparams | Sean Griffin | 2017-09-21 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | Support BindParams in subqueries | Jan Graichen | 2017-09-19 | 1 | -1/+2 | |
| | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Merge pull request #498 from yhirano55/update_travis | Sean Griffin | 2017-09-15 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | 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 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |