aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/transaction.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix testJon Leighton2012-09-151-13/+19
| | | | Accidentally checked in commented test code. Fail. >_<
* Move transaction joinability into the transaction objectJon Leighton2012-09-151-1/+8
|
* Alter the naming structure a bitJon Leighton2012-09-151-105/+103
|
* Split Open into Real and SavepointJon Leighton2012-09-151-25/+38
|
* Don't do the rollback in #commitJon Leighton2012-09-151-17/+6
| | | | | The caller needs to have knowledge of the rollback either way, so do it all in the caller (#transaction)
* Store the transaction number in the transaction objectJon Leighton2012-09-151-5/+24
| | | | This avoids us having to manually increment and decrement it.
* Start to tease out transaction handling into a state machineJon Leighton2012-09-151-0/+124