aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | Allow failures from rubiniusKeenan Brock2016-10-141-0/+1
| | |/ / / / / / /
| | * | | | | | | Merge pull request #446 from abonec/deprecated_table_existsRafael França2016-10-102-2/+2
| | |\ \ \ \ \ \ \
| | | * | | | | | | use #data_source_exists? instead of deprecated #table_exists?Alexander Baronec2016-10-082-2/+2
| | |/ / / / / / /
| | * | | | | | | Merge pull request #443 from mgbatchelor/masterRafael França2016-10-072-1/+12
| | |\ \ \ \ \ \ \
| | | * | | | | | | remove union mapping as :binary node when performing DepthFirst enumerationMichael Batchelor2016-08-192-1/+12
| | * | | | | | | | Merge pull request #445 from oliverguenther/fix/dot-visitor-casted-nodeRafael França2016-10-072-0/+6
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Add Arel::Nodes::Casted to dot visitorOliver Günther2016-08-272-0/+6
| | | |/ / / / / / /
| | * | | | | | | | Merge pull request #447 from ojab/masterRafael França2016-10-0713-3/+15
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Drop unneeded assignmentojab2016-08-311-1/+1
| | | * | | | | | | | Freeze all the strings in visitorsojab2016-08-3112-2/+14
| | * | | | | | | | | Merge pull request #450 from roooodcastro/issue-438Rafael França2016-10-072-3/+28
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Fix issue #438 when oracle visitor gets BindParamsRodrigo Castro2016-10-072-3/+28
| | |/ / / / / / / / /
| | * / / / / / / / / Don't store all aliases to a tableSean Griffin2016-09-132-14/+3
| | |/ / / / / / / /
| | * | | | | | | | Merge pull request #444 from alassek/dot-visitor-bind-paramAaron Patterson2016-08-262-1/+8
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Change BindParam visit method for Dot to a noopAdam Lassek2016-08-261-1/+2
| | | * | | | | | | Add failing test for Dot visitor and BindParamAdam Lassek2016-08-261-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