aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use #data_source_exists? instead of deprecated #table_exists?Alexander Baronec2016-10-081-1/+1
* Merge pull request #443 from mgbatchelor/masterRafael França2016-10-071-1/+0
|\
| * remove union mapping as :binary node when performing DepthFirst enumerationMichael Batchelor2016-08-191-1/+0
* | Merge pull request #445 from oliverguenther/fix/dot-visitor-casted-nodeRafael França2016-10-071-0/+5
|\ \
| * | Add Arel::Nodes::Casted to dot visitorOliver Günther2016-08-271-0/+5
| |/
* | Merge pull request #447 from ojab/masterRafael França2016-10-0712-2/+14
|\ \
| * | Freeze all the strings in visitorsojab2016-08-3112-2/+14
* | | Fix issue #438 when oracle visitor gets BindParamsRodrigo Castro2016-10-071-2/+13
* | | Don't store all aliases to a tableSean Griffin2016-09-131-6/+2
|/ /
* / Change BindParam visit method for Dot to a noopAdam Lassek2016-08-261-1/+2
|/
* Release 7.1.1Rafael Mendonça França2016-07-271-1/+1
* Fix Casted#hashMatthew Draper2016-07-281-1/+1
* Release 7.1.0Rafael Mendonça França2016-07-191-1/+1
* Merge pull request #417 from tlkahn/masterRafael França2016-07-191-0/+9
|\
| * Fix issue #415 - Should Arel::Nodes::True.new() be 1 in sqlite3?Yong Guo2016-03-011-0/+9
* | 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
* | | Bump to 7.0.1.pre in anticipation of next releaseJeremy Daer2016-05-291-1/+1
* | | Support for unified Integer class in Ruby 2.4+yui-knk2016-05-303-0/+3
* | | Merge pull request #422 from yahonda/oracle12_support_bind_valueSean Griffin2016-05-061-0/+4
|\ \ \
| * | | Support Oracle bind parameter value for Oracle12 visitorYasuo Honda2016-04-111-0/+4
| |/ /
* | | Merge pull request #432 from tradegecko/pg-grouping-elements-supportRafael França2016-05-054-2/+50
|\ \ \
| * | | Add Support for GroupBy Cube, Rollup and Grouping Set Syntax for PostgreSQL V...Mohammad Habbab2016-05-044-2/+50
* | | | Raise ArgumentError if limit and lock are used for Oracle12 visitorYasuo Honda2016-05-021-3/+5
|/ / /
* / / Update to_sql.rbzhufenggood2016-04-151-3/+3
|/ /
* / Update to_sql.rb. Slightly performance improment.zhufenggood2016-03-311-1/+1
|/
* added Casted#hashBert Bruynooghe2016-02-171-0/+4
* Delete not used codesyui-knk2016-02-061-23/+0
* * Support for bitwise operations as infix operators. Tests included.Shahbaz Javeed2016-01-065-0/+85
* Add database specific string concatenationKeenan Brock2016-01-055-1/+20
* Implement CASE Conditional ExpressionFelix Bünemann2016-01-055-1/+102
* Release 7.0.0Rafael Mendonça França2015-12-171-1/+1
* Inject the visitor rather than relying on other objects internalsSean Griffin2015-12-172-2/+7
* Delegate to Connection Visitor in WhereSQL VisitorEdward Paget2015-12-171-1/+5
* Merge pull request #369 from codeodor/patch-1Rafael França2015-12-171-1/+7
|\
| * Use a specific exception for unsupported visitsSammy Larbi2015-07-141-1/+7
| * Improve error message when passed unsupported typeSammy Larbi2015-07-141-1/+1
* | Merge pull request #381 from carsonreinke/function_orderRafael França2015-12-171-0/+1
|\ \
| * | Add OrderPredications back into Nodes::Function (removed with deprecation of ...Carson Reinke2015-07-231-0/+1
| |/
* | introduce predicate {does_not_}matches_regexp Keenan Brock2015-12-051-0/+8
* | Add case sensitive regexpKeenan Brock2015-12-054-4/+19
* | Add case sensitive matchKeenan Brock2015-12-053-11/+15
|/
* Merge pull request #337 from yahonda/support_oracle12_top_n_2Aaron Patterson2015-07-143-2/+60
|\
| * Create Arel::Visitors::Oracle12 to provide better top-N queryYasuo Honda2015-06-192-0/+54
| * Extract visit_Arel_Nodes_SelectOptionsYasuo Honda2015-06-191-2/+6
* | Merge pull request #361 from evgenim/masterAaron Patterson2015-07-141-4/+10
|\ \
| * | Fix visit_Arel_Nodes_FullOuterJoin and visit_Arel_Nodes_RightOuterJoin to mak...evgenim2015-03-161-4/+10
* | | Follow up #370 for Oracle, to fix undefined method `expr' for 10:Fixnum bug.Eric Guo2015-07-141-1/+1
* | | No need to quote MySQL LIMITJean Boussier2015-07-101-1/+1
| |/ |/|
* | Dont need to quote limitArthur Neves2015-06-181-3/+3