aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/crud.rb
Commit message (Expand)AuthorAgeFilesLines
* bumping to 3.0.0Aaron Patterson2012-01-121-3/+3
* adding create_insert methodAaron Patterson2011-03-211-1/+5
* Merge branch '2-0-stable'Aaron Patterson2011-01-031-1/+1
|\
| * making sure limit is correctly copied to update managerAaron Patterson2011-01-031-1/+1
* | requiring that the primary key be set on the UpdateManager so that databases ...Aaron Patterson2010-12-241-1/+1
* | only break backwards compatibility in major releasesAaron Patterson2010-12-031-3/+3
* | deprecating the "delete" method in favor of compile_deleteAaron Patterson2010-12-021-2/+12
* | deprecating the update method in favor of compile_updateAaron Patterson2010-12-021-2/+13
* | deprecating "insert"Aaron Patterson2010-12-021-3/+13
|/
* renaming @head to @astAaron Patterson2010-11-051-2/+2
* making stuff work on mysqlAaron Patterson2010-09-211-10/+3
* from does not need to be a listAaron Patterson2010-09-201-2/+2
* adding an EXISTS node, update method will generate an IN clauseAaron Patterson2010-09-141-3/+14
* delete delegates to the connectionAaron Patterson2010-08-231-1/+1
* making sure update delegates to update and insert delegates to insertAaron Patterson2010-08-231-4/+3
* adding outer joinsAaron Patterson2010-08-191-0/+1
* delete manager addedAaron Patterson2010-08-181-0/+7
* fixing update supportAaron Patterson2010-08-181-1/+6
* adding deprecated crud module for backwards compatAaron Patterson2010-08-161-0/+21