aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/delete_statement.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert unused code and re-using query annotation for `update_all` and `delete...Ryuta Kamizono2019-04-011-6/+3
* Add Relation#annotate for SQL commentingMatt Yoho2019-03-211-3/+6
* Handle UPDATE/DELETE with OFFSET in ArelRyuta Kamizono2018-10-011-2/+4
* Handle DELETE with LIMIT in ArelRyuta Kamizono2018-09-301-4/+9
* Arel: :nodoc: allMatthew Draper2018-02-241-1/+1
* Arel: rubocop -aMatthew Draper2018-02-241-3/+4
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+37