aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move casted to its own fileVipul A M2015-05-312-40/+41
|/
* Special limited delete handling in MSSQLTamir Duberstein2015-02-232-2/+19
* Delete should respect 'limit'Bradford Folkens2015-02-234-3/+11
* Change the interface of `having` to match that of `where`Sean Griffin2015-01-276-16/+18
* Implement equality for `BindParam`Sean Griffin2015-01-251-0/+3
* Change the version to 7.0.0.alphaSean Griffin2014-12-291-1/+1
* Allow a type caster to be given to the `Arel::Table` objectSean Griffin2014-12-295-16/+55
* Deprecate automatic type casting within ArelSean Griffin2014-12-261-0/+11
* Allow for handling quoted values in rangesSean Griffin2014-12-261-6/+14
* {Matches,DoesNotMatch} support the ESCAPE clause with PostgreSQLKazuya NUMATA2014-12-251-2/+14
* 💣Sean Griffin2014-12-041-1/+1
* Quoted nodes respond to `nil?` in the same way as `Casted` nodesSean Griffin2014-12-041-0/+1
* Quoted nodes respond to the same method as Casted nodesSean Griffin2014-12-041-0/+1
* Don't re-quote nodes which are already quotedSean Griffin2014-12-021-1/+1
* Remove `engine` from `TreeManager` and subclassesSean Griffin2014-11-298-26/+16
* Remove engine from the constructor arguments `Arel::Table`Sean Griffin2014-11-291-40/+21
* Remove deprecated method "Table#primary_key"Sean Griffin2014-11-262-17/+18
* remove extra space before 'ORDER BY'Nihad Abbasov2014-11-261-1/+0
* Prepare for 6.0.0Rafael Mendonça França2014-11-251-1/+1
* Support Oracle bind parameter valueYasuo Honda2014-11-201-0/+4
* Use class objects rather than strings for the dispatch cacheSean Griffin2014-11-182-18/+10
* Add order to BindParams in the ToSql collectorSean Griffin2014-11-176-6/+21
* cache the dispatch table on the depth first visitorAaron Patterson2014-11-102-6/+21
* oops! that should not have been checked inAaron Patterson2014-11-041-2/+1
* Look for `Enumerable` rather than `Array` in predicatesSean Griffin2014-11-021-2/+2
* Revert "Revert "Merge pull request #300 from jpcody/master""Sean Griffin2014-10-311-4/+5