aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* require 'date' to address for Ruby 2.5Yasuo Honda2018-01-071-0/+2
* Use the latest RubyGems 2.7.4 or higherYasuo Honda2018-01-061-0/+2
* CI with Ruby 2.5.0Yasuo Honda2018-01-061-0/+1
* Merge pull request #481 from lautis/lateralAaron Patterson2017-12-286-1/+40
|\
| * PostgreSQL lateral expressionsVille Lautanala2017-04-255-0/+39
| * Fix link to SQL-92 grammarVille Lautanala2017-04-251-1/+1
* | Merge pull request #513 from itsNikolay/remove_unused_requiresAaron Patterson2017-12-2811-17/+1
|\ \
| * | Remove Unused `require`Nikolay Ponomarev2017-12-2711-17/+1
|/ /
* | Merge pull request #512 from itsNikolay/reduce_ReduceAaron Patterson2017-12-275-39/+9
|\ \
| * | Reduce `Reduce`Nikolay Ponomarev2017-12-275-39/+9
|/ /
* | Merge pull request #449 from kbrock/expr_nodeMatthew Draper2017-12-0616-28/+40
|\ \
| * | Delete is not a NodeExpression, change parentKeenan Brock2017-12-051-3/+18
| * | Introduce NodeExpression as parent of scalar nodesKeenan Brock2017-12-0515-25/+22
* | | Merge pull request #511 from ecbrodie/patch-1Rafael França2017-12-051-1/+7
|\ \ \ | |/ / |/| |
| * | Explicitly mentions the #and operatorEvan Brodie2017-12-051-1/+7
|/ /
* | Prepare for 9.0.0Rafael Mendonça França2017-11-142-1/+7
* | Merge pull request #501 from abelards/patch-1Rafael França2017-11-141-1/+4
|\ \
| * | Update README.mdSylvain Abélard2017-10-151-1/+4
* | | Merge pull request #502 from kddeisz/count-mathRafael França2017-10-312-0/+11
|\ \ \ | |/ / |/| |
| * | Allow count nodes to have math functionsKevin Deisz2017-10-272-0/+11
|/ /
* | Merge pull request #500 from jcoleman/fix_incorrect_typecasting_of_raw_sql_st...Sean Griffin2017-10-062-1/+13
|\ \
| * | 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