fix a few txn issues, including the "transaction depth not resetting" which was being...
authorBrandon L. Black <blblack@gmail.com>
Wed, 18 Jul 2007 21:23:29 +0000 (21:23 +0000)
committerBrandon L. Black <blblack@gmail.com>
Wed, 18 Jul 2007 21:23:29 +0000 (21:23 +0000)
commit57c18b65cf1c7d708efd3717f54fbbc3def07794
tree8386350822a78a3c87df767523836feaa0432966
parentab872312383fbf46483519a49c81fe877145c1bf
fix a few txn issues, including the "transaction depth not resetting" which was being caused by the unexpected (but documented) volatility of $dbh->{AutoCommit}
nested rollback exceptions have never had any tests, and that part still looks wrong
lib/DBIx/Class/Storage/DBI.pm
t/81transactions.t