Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorganized call | Bryan Helmkamp | 2009-05-17 | 3 | -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 Tagua | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Removed table quotings to be SQLite3 compliant. Delete and update will ↵ | Emilio Tagua | 2009-04-24 | 2 | -9/+9 |
| | | | | returrn the size of modified records to prevent addional queries to be done. | ||||
* | Fix insertion to work on SQLite3 | Emilio Tagua | 2009-04-23 | 1 | -5/+5 |
| | |||||
* | limits and offsets need to be externalized too. first draft | Nick Kallen | 2008-05-20 | 2 | -2/+2 |
| | |||||
* | removed more boiler-plate | Nick Kallen | 2008-05-19 | 3 | -23/+7 |
| | |||||
* | reorganized file structure | Nick Kallen | 2008-05-19 | 3 | -0/+83 |