aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes
Commit message (Expand)AuthorAgeFilesLines
* 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