aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/update_manager.rb
Commit message (Collapse)AuthorAgeFilesLines
* add the casting node to the AST at build timeAaron Patterson2014-03-241-2/+2
| | | | | If we add the casting node to the ast at build time, then we can avoid doing the lookup at visit time.
* add UpdateManager#key method to access the keyJon Leighton2011-08-111-0/+4
|
* Merge branch '2-0-stable'Aaron Patterson2011-01-031-1/+1
|\ | | | | | | | | * 2-0-stable: making sure limit is correctly copied to update manager
| * making sure limit is correctly copied to update managerAaron Patterson2011-01-031-1/+1
| |
| * refactoring where, fixing subselectAaron Patterson2010-12-071-0/+1
| |
* | requiring that the primary key be set on the UpdateManager so that databases ↵Aaron Patterson2010-12-241-0/+4
| | | | | | | | which do not support UPDATE with LIMIT will work
* | refactoring where, fixing subselectAaron Patterson2010-12-071-0/+1
|/
* renaming @head to @astAaron Patterson2010-11-051-8/+8
|
* removing duplicate codeAaron Patterson2010-09-231-4/+0
|
* moving visitors aroundAaron Patterson2010-09-231-5/+1
|
* adding a postgres adapterAaron Patterson2010-09-231-1/+1
|
* fixing tests for mysql2Aaron Patterson2010-09-211-1/+1
|
* making stuff work on mysqlAaron Patterson2010-09-211-0/+18
|
* differentiating equality and assignmentAaron Patterson2010-09-101-1/+1
|
* fixing update supportAaron Patterson2010-08-181-1/+10
|
* update is working on the select managerAaron Patterson2010-08-141-0/+4
|
* update manager is workingAaron Patterson2010-08-141-0/+5
|
* basic updates are workingAaron Patterson2010-08-141-0/+20