aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/select_manager.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert unused code and re-using query annotation for `update_all` and `delete...Ryuta Kamizono2019-04-011-4/+0
* Add Relation#annotate for SQL commentingMatt Yoho2019-03-211-0/+9
* Support Optimizer HintsRyuta Kamizono2019-03-161-0/+7
* Remove unused `Row` class in `SelectManager`Ryuta Kamizono2019-03-131-12/+0
* Abandon TOP support.Vladimir Kochnev2018-09-251-2/+0
* Remove unused `existing` arg in `SelectManager#collapse`Ryuta Kamizono2018-09-111-3/+3
* Arel: :nodoc: allMatthew Draper2018-02-241-1/+1
* Arel: rubocop -aMatthew Draper2018-02-241-40/+41
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+272