aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation/delete_all_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert unused code and re-using query annotation for `update_all` and `delete...Ryuta Kamizono2019-04-011-19/+0
* Add Relation#annotate for SQL commentingMatt Yoho2019-03-211-0/+19
* Oracle database can run `delete` statement with `order by` and`fetch first n ...Yasuo Honda2019-03-031-19/+17
* Extract `{update,delete}_all_test.rb` from `persistence_test.rb` and `relatio...Ryuta Kamizono2018-09-161-0/+104