aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Bump to 6.0.0.beta2Godfrey Chan2014-10-301-1/+1
* Revert "Merge pull request #300 from jpcody/master"Sean Griffin2014-10-301-5/+4
* Dry up building quoted nodes in predicationSean Griffin2014-10-271-15/+23
* Deprecate passing ranges to `#in` and `#not_in`Sean Griffin2014-10-251-35/+49
* Refactor `#in` and `#not_in`Sean Griffin2014-10-251-16/+20
* Merge pull request #331 from sgrif/sg-in-should-not-break-queriesSean Griffin2014-10-241-1/+1
|\
| * `#not_in` with a range should respect proper precedenceSean Griffin2014-10-241-1/+1
* | Binary nodes should not generate the same hash as nodes of other classesSean Griffin2014-10-241-1/+1
|/
* Completes 08e6491 in reusing `maybe_visit`claudiob2014-10-231-3/+3
* Reuse `maybe_visit` methodclaudiob2014-10-232-18/+4
* {Matches,DoesNotMatch} support the ESCAPE clauseTamir Duberstein2014-09-255-20/+46
* move the dispatch table to be per-instanceAaron Patterson2014-09-226-19/+37
* connections should cache these values, so remove the cache in arelAaron Patterson2014-09-221-4/+3
* Merge pull request #167 from pparidans/informix-v9-supportRafael Mendonça França2014-09-171-1/+1
|\
| * Informix versions < 10 use 'FIRST' keyword instead of 'LIMIT'Pierre Paridans2014-09-161-1/+1