aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Type-castable attributes should not try to cast SqlLiteral nodesJames Coleman2017-09-292-1/+13
* Merge pull request #496 from amatsuda/froms_to_nowhereAkira Matsuda2017-09-241-2/+0
|\
| * Unused variablesAkira Matsuda2017-09-011-2/+0
* | Merge pull request #499 from jgraichen/jg/cte-bindparamsSean Griffin2017-09-211-1/+2
|\ \
| * | Support BindParams in subqueriesJan Graichen2017-09-191-1/+2
|/ /
* | Merge pull request #498 from yhirano55/update_travisSean Griffin2017-09-151-3/+3
|\ \ | |/ |/|
| * Update .travis.ymlYoshiyuki Hirano2017-09-151-3/+3
|/
* Merge pull request #495 from koic/add_required_ruby_version_to_gemspecRafael França2017-08-143-10/+7
|\
| * Update travis.ymlKoichi ITO2017-08-141-10/+5
| * Add required_ruby_version to gemspecKoichi ITO2017-08-142-0/+2
|/
* Merge pull request #494 from koic/remove_encoding_utf8_magic_commentMatthew Draper2017-08-103-3/+0
|\
| * Remove encoding utf-8 magic commentKoichi ITO2017-08-093-3/+0
|/
* Merge pull request #493 from gaurish/patch-1Sean Griffin2017-07-291-1/+0
|\
| * Remove Unused variable - offset_bindGaurish Sharma2017-07-291-1/+0
|/
* Merge pull request #492 from mikaji/ci_against_2.4.1Sean Griffin2017-07-271-1/+1
|\
| * CI against 2.4.1Koji Mikami2017-07-271-1/+1
* | Merge pull request #491 from yahonda/follow_up_add_bind_for_oracle_visitorSean Griffin2017-07-272-4/+5
|\ \ | |/ |/|
| * Address `undefined method `value_for_database'` in Oracle visitorYasuo Honda2017-07-252-4/+5
|/
* Change the verison to 9.0.0.alphaSean Griffin2017-07-252-2/+2
* Merge pull request #490 from MaxLap/fix_nodes_hash_eql_eqeqSean Griffin2017-07-258-1/+56
|\
| * Add missing hash, eql?, == to various node classesMaxime Lapointe2017-07-258-1/+56
|/
* Merge pull request #489 from kamipo/remove_unused_bind_valuesSean Griffin2017-07-252-11/+1
|\
| * Remove unused `bind_values`Ryuta Kamizono2017-07-252-11/+1
|/
* Fix test failuresSean Griffin2017-07-247-14/+14
* Adjust `BindParam` as needed for ARSean Griffin2017-07-241-1/+5
* Add a collector to grab the bind values off the ASTSean Griffin2017-07-214-0/+143
* Ensure `ToSql` collector returns a UTF-8 stringSean Griffin2017-07-212-1/+9
* Refactor `substitute_binds` to perform substitution immediatelySean Griffin2017-07-216-68/+35
* Add a value field `Nodes::BindParam`Sean Griffin2017-07-2114-125/+37
* Rename `Collectors::Bind`Sean Griffin2017-07-215-15/+4
* Merge pull request #484 from kirs/multiple-insert-v2Rafael França2017-06-155-0/+94
|\
| * Support INSERT with multiple valuesKir Shatrov2017-05-225-0/+94
* | Merge pull request #472 from film42/masterMatthew Draper2017-06-055-4/+57
|\ \ | |/ |/|
| * Test concurrency of visitor superclass fallbackMatthew Draper2017-06-053-0/+51
| * Make Visitor visit thread safe by holding dispatch method referenceGarrett Thornburg2017-02-172-4/+6
* | Merge pull request #483 from kamipo/remove_unused_engineRafael França2017-05-052-3/+3
|\ \
| * | Remove unused `engine`Ryuta Kamizono2017-05-042-3/+3
* | | Add regression testRafael Mendonça França2017-05-041-0/+11
* | | Revert "Merge pull request #482 from kirs/multiple-insert"Rafael Mendonça França2017-05-047-54/+5
* | | Merge pull request #482 from kirs/multiple-insertRafael França2017-05-047-5/+54
|\ \ \ | |/ / |/| |
| * | Support multiple insertsKir Shatrov2017-05-017-5/+54
|/ /
* | Merge pull request #475 from PedroSena/chainable-insertRafael França2017-02-282-0/+8
|\ \
| * | Made InsertManager#insert chainablePedro Sena2017-02-282-0/+8
|/ /
* | Merge pull request #474 from JaKXz/patch-1Rafael França2017-02-221-1/+8
|\ \
| * | docs(distinct): tweaks [skip ci]Jason Kurian2017-02-221-1/+1
| * | docs(distinct): fix distinct example [skip ci]Jason Kurian2017-02-221-2/+2
| * | docs: add distinct to READMEJason Kurian2017-02-221-1/+8
|/ /
* | Prepare to 8.0.0Rafael Mendonça França2017-02-212-1/+4
* | Merge pull request #470 from kmmndr/named_function_eq_nilRafael França2017-02-211-0/+6
|\ \ | |/ |/|
| * named functions compared to nilThomas Kienlen2017-02-021-0/+6