aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/delete_manager.rb
Commit message (Collapse)AuthorAgeFilesLines
* Delete should respect 'limit'Bradford Folkens2015-02-231-0/+5
| | | | | Conflicts: lib/arel/visitors/to_sql.rb
* Remove `engine` from `TreeManager` and subclassesSean Griffin2014-11-291-1/+1
| | | | | | This constructor parameter was unused for everything except the convenience methods `to_sql` and `where_sql`. We can pass the engine into those methods directly.
* refactoring where, fixing subselectAaron Patterson2010-12-071-5/+1
|
* renaming @head to @astAaron Patterson2010-11-051-4/+4
|
* delete manager addedAaron Patterson2010-08-181-0/+22