aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes
Commit message (Expand)AuthorAgeFilesLines
* Revert unused code and re-using query annotation for `update_all` and `delete...Ryuta Kamizono2019-04-014-19/+9
* Add Relation#annotate for SQL commentingMatt Yoho2019-03-215-12/+53
* Address rubocop offencesRyuta Kamizono2019-03-211-8/+8
* Get rid of `Arel::Nodes::Values`Ryuta Kamizono2019-03-182-33/+2
* Fix warning: instance variable @optimizer_hints not initializedRyuta Kamizono2019-03-171-0/+1
* Support Optimizer HintsRyuta Kamizono2019-03-162-2/+4
* Make `And` and `Case` into expression nodesKevin Deisz2019-01-242-4/+2
* Alias case nodesKevin Deisz2019-01-211-0/+2
* Use `unboundable?` rather than `boundable?`Ryuta Kamizono2019-01-181-2/+2
* Consolidate the duplicated code that building range predicateRyuta Kamizono2019-01-082-0/+8
* Arel: Implemented DB-aware NULL-safe comparison (#34451)Dmytro Shteflyuk2018-11-151-0/+7
* Checking boundable not only `IN` clause but also `NOT IN` clauseRyuta Kamizono2018-11-031-0/+4
* Handle UPDATE/DELETE with OFFSET in ArelRyuta Kamizono2018-10-012-4/+8
* Handle DELETE with LIMIT in ArelRyuta Kamizono2018-09-302-6/+10
* Revert "record who created the node when $DEBUG is true"Ryuta Kamizono2018-09-281-10/+0
* Abandon TOP support.Vladimir Kochnev2018-09-252-5/+2
* Revert a writer for `BindParam#value`Ryuta Kamizono2018-09-091-1/+1
* Remove math module from countNikolai B2018-04-251-2/+0
* Arel: :nodoc: allMatthew Draper2018-02-2443-43/+43
* Arel: rubocop -aMatthew Draper2018-02-2443-91/+125
* Merge Arel into Active RecordMatthew Draper2018-02-2443-0/+1198