aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/relations/writes
Commit message (Collapse)AuthorAgeFilesLines
* reorganized callBryan Helmkamp2009-05-173-6/+6
| | | | | | | | | | | | | | | | Conflicts: doc/TODO lib/arel/relations/relation.rb lib/arel/relations/writes/delete.rb lib/arel/relations/writes/insert.rb lib/arel/relations/writes/update.rb lib/arel/session.rb spec/arel/unit/relations/delete_spec.rb spec/arel/unit/relations/insert_spec.rb spec/arel/unit/relations/relation_spec.rb spec/arel/unit/relations/update_spec.rb spec/arel/unit/session/session_spec.rb
* Don't bind, just assign.Emilio Tagua2009-04-301-1/+1
|
* Removed table quotings to be SQLite3 compliant. Delete and update will ↵Emilio Tagua2009-04-242-9/+9
| | | | returrn the size of modified records to prevent addional queries to be done.
* Fix insertion to work on SQLite3Emilio Tagua2009-04-231-5/+5
|
* limits and offsets need to be externalized too. first draftNick Kallen2008-05-202-2/+2
|
* removed more boiler-plateNick Kallen2008-05-193-23/+7
|
* reorganized file structureNick Kallen2008-05-193-0/+83