aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge pull request #137 from dimko/visit_setRafael Mendonça França2014-09-173-0/+3
|\ \ | |/ |/|
| * added a visitor for Set objectsDimko2012-09-183-0/+3
* | Remove unused @alias, being referenced in hashing.Vipul A M2014-09-161-1/+1
* | Wrap group_by sql with a subquery for limiting rows in Oracle.Chris Dinger2014-09-161-1/+1
* | `Extract#as` should not mutate the receiverTamir Duberstein2014-09-132-18/+4
* | Merge pull request #306 from mxhold/masterRafael Mendonça França2014-09-121-0/+9
|\ \
| * | Add SelectManager#distinct_on to set/unset Arel::Nodes::DistinctOn quantifierMax Holder2014-08-301-0/+9
* | | Merge pull request #304 from bigxiang/fix_lt_and_lteq_errorRafael Mendonça França2014-09-121-6/+6
|\ \ \
| * | | Fix lt & lteq don't accept most of values.bigxiang2014-08-231-6/+6
* | | | Merge pull request #277 from sergey-alekseev/wrap-nested-gropings-only-onceRafael Mendonça França2014-09-121-2/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Wrap nested Nodes::Grouping in brackets only onceSergey Alekseev2014-05-261-2/+6
* | | | Merge pull request #300 from jpcody/masterMatthew Draper2014-08-261-4/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove default aliases from aggregate functionsJoshua Cody2014-07-311-14/+8
| * | | Allow for alias omission in aggregate expressionsJoshua Cody2014-07-261-8/+15
* | | | Prepare to 6.0.0.beta1Rafael Mendonça França2014-08-171-1/+1
|/ / /
* | | Windowing: Calling #rows or #range should assign framing only once.Alexander Staubo2014-06-222-2/+12
* | | Windowing support for PARTITION BY clause.Alexander Staubo2014-06-203-2/+21