aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/transaction.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Support for specifying transaction isolation levelJon Leighton2012-09-211-9/+18
* Fix testJon Leighton2012-09-151-13/+19
* 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
* Store the transaction number in the transaction objectJon Leighton2012-09-151-5/+24
* Start to tease out transaction handling into a state machineJon Leighton2012-09-151-0/+124