aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Arel::Nodes::Casted to dot visitorOliver Günther2016-08-272-0/+6
* Release 7.1.1Rafael Mendonça França2016-07-272-1/+7
* Fix Casted#hashMatthew Draper2016-07-281-1/+1
* Release 7.1.0Rafael Mendonça França2016-07-192-2/+4
* Merge pull request #417 from tlkahn/masterRafael França2016-07-192-0/+16
|\
| * Fix issue #415 - Should Arel::Nodes::True.new() be 1 in sqlite3?Yong Guo2016-03-012-0/+16
* | Merge pull request #328 from vipulnsward/dryup-collectorsRafael França2016-07-191-33/+13
|\ \
| * | DRY up visit_Arel_Nodes_SelectCore and extract nodes collection to collect_no...Vipul A M2016-04-111-33/+13
* | | Merge pull request #427 from vipulnsward/disable-jruby-travisRafael França2016-07-191-0/+1
|\ \ \
| * | | - Disable jruby-head since bundle fetching is failing on travis.Vipul A M2016-04-111-0/+1
| |/ /
* | | Bump to 7.0.1.pre in anticipation of next releaseJeremy Daer2016-05-292-1/+7
* | | Merge pull request #437 from yui-knk/fix_headJeremy Daer2016-05-293-0/+3
|\ \ \
| * | | Support for unified Integer class in Ruby 2.4+yui-knk2016-05-303-0/+3
* | | | CI: bump Ruby 2.2.4->2.2.5, 2.3.0->2.3.1Jeremy Daer2016-05-291-2/+2
* | | | CI: test JRuby 9.0.5.0. Allow failures due to flaky Travis bundler situation.Jeremy Daer2016-05-291-0/+3
|/ / /
* | | Merge pull request #422 from yahonda/oracle12_support_bind_valueSean Griffin2016-05-062-2/+17
|\ \ \
| * | | Support Oracle bind parameter value for Oracle12 visitorYasuo Honda2016-04-112-2/+17
| |/ /
* | | Merge pull request #432 from tradegecko/pg-grouping-elements-supportRafael França2016-05-055-2/+128
|\ \ \
| * | | Add Support for GroupBy Cube, Rollup and Grouping Set Syntax for PostgreSQL V...Mohammad Habbab2016-05-045-2/+128
* | | | Merge pull request #430 from yahonda/oracle12_limit_and_lock_2Sean Griffin2016-05-042-6/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Raise ArgumentError if limit and lock are used for Oracle12 visitorYasuo Honda2016-05-022-6/+9
|/ / /
* | | Merge pull request #429 from zhufenggood/masterAaron Patterson2016-04-141-3/+3
|\ \ \
| * | | Update to_sql.rbzhufenggood2016-04-151-3/+3
|/ / /
* | | Merge pull request #425 from vipulnsward/fix-warningsRafael França2016-04-111-1/+1
|\ \ \ | |/ / |/| |
| * | Fix warnings from test_to_sql testVipul A M2016-04-111-1/+1
|/ /
* | Merge pull request #420 from zhufenggood/masterRafael França2016-03-301-1/+1
|\ \ | |/ |/|
| * Update to_sql.rb. Slightly performance improment.zhufenggood2016-03-311-1/+1
|/
* Merge pull request #416 from jeffcole/clean-up-readme-codeRafael França2016-03-011-35/+75
|\
| * Fix grammar in READMEJeff Cole2016-02-281-9/+9
| * Clean up README codeJeff Cole2016-02-281-26/+66
|/
* Merge pull request #414 from bertBruynooghe/masterErnie Miller2016-02-172-0/+20
|\
| * added Casted#hashBert Bruynooghe2016-02-172-0/+20
|/
* Merge pull request #412 from yui-knk/remove_not_used_codesSean Griffin2016-02-061-23/+0
|\
| * Delete not used codesyui-knk2016-02-061-23/+0
|/
* Test with Ruby 2.3 and allow failures with ruby-headRafael Mendonça França2016-01-061-1/+4
* Merge pull request #408 from sjaveed/bitwise_operationsRafael França2016-01-069-1/+173
|\
| * * Support for bitwise operations as infix operators. Tests included.Shahbaz Javeed2016-01-069-1/+173
|/
* Merge pull request #410 from kbrock/concatRafael França2016-01-068-3/+47
|\
| * Add database specific string concatenationKeenan Brock2016-01-058-3/+47
|/
* Merge pull request #400 from felixbuenemann/case-nodeRafael França2016-01-058-1/+256
|\
| * Implement CASE Conditional ExpressionFelix Bünemann2016-01-058-1/+256
|/
* Merge pull request #409 from jeroenvisser101/patch-1Guillermo Iguaran2015-12-311-1/+1
|\
| * Update copyright yearJeroen Visser2016-01-011-1/+1
|/
* Merge pull request #407 from tadeusrox/rename_markdownRafael França2015-12-294-6/+6
|\
| * Rename README.markdown to README.mdVinicius Tadeu2015-12-274-6/+6
|/
* Release 7.0.0Rafael Mendonça França2015-12-173-2/+10
* Merge pull request #349 from edpaget/delegate-where-sql-visitorSean Griffin2015-12-173-2/+32
|\
| * Inject the visitor rather than relying on other objects internalsSean Griffin2015-12-172-2/+7
| * Delegate to Connection Visitor in WhereSQL VisitorEdward Paget2015-12-172-1/+26
|/
* Merge pull request #329 from vipulnsward/add-attribute-aggregate-testsRafael França2015-12-171-1/+10
|\