Got rid of effectively dead dbh_do code in the txn_{begin|end|rollback} funcs
authorBrandon L. Black <blblack@gmail.com>
Thu, 10 May 2007 23:46:23 +0000 (23:46 +0000)
committerBrandon L. Black <blblack@gmail.com>
Thu, 10 May 2007 23:46:23 +0000 (23:46 +0000)
commit77d76d0f2fe3f253eea0fb2b4b1f0f604d130d9e
treef89cfa61462de4906c65bd7d522592eeb0365d80
parentb06b20f52e603a12e463eba4a0b4200fcd85f3e9
Got rid of effectively dead dbh_do code in the txn_{begin|end|rollback} funcs
Reworked the AutoCommit/transaction_depth stuff so that transaction_depth is always 1 or higher with AutoCommit off
Doc updates to recommend AutoCommit => 1 / txn_do
Warn if the user doesn't explicitly set AutoCommit
Added AutoCommit => 1 to some tests that were triggering the above warning
lib/DBIx/Class/Storage/DBI.pm
t/19quotes_newstyle.t
t/94versioning.t
t/bindtype_columns.t
t/lib/DBICTest.pm
t/lib/DBICTest/Plain.pm