Merge 'DBIx-Class-current' into 'bulk_create'
authorMatt S Trout <mst@shadowcat.co.uk>
Fri, 11 May 2007 03:18:37 +0000 (03:18 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Fri, 11 May 2007 03:18:37 +0000 (03:18 +0000)
commitb5e9214cde0ae129ebc5121a4fc9ccc7492f2d2e
treee951ede8d60ffc9ab75d202c71c7c9fc307c02a4
parent5233443c7147a7f75ff41560495d8258ae18622c
parent5d61f42085d9c047b8a986e3aee4fa9aff055a1a
Merge 'DBIx-Class-current' into 'bulk_create'

r50790@cain (orig r3288):  blblack | 2007-05-10 23:46:23 +0000
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

r50793@cain (orig r3291):  claco | 2007-05-11 01:59:38 +0000
Updated prereq version of CAG to 0.05001
r50795@cain (orig r3293):  matthewt | 2007-05-11 02:52:12 +0000
 r35887@cain (orig r3046):  matthewt | 2007-01-20 23:37:02 +0000
 half-finished collapse code

r50796@cain (orig r3294):  matthewt | 2007-05-11 02:53:24 +0000
 r50794@cain (orig r3292):  matthewt | 2007-05-11 02:51:46 +0000
 collapse result refac hopefully complete

r50797@cain (orig r3295):  matthewt | 2007-05-11 02:56:11 +0000
post-merge fixups
r50798@cain (orig r3296):  matthewt | 2007-05-11 03:03:40 +0000
autocommit error gone for dbicadmin test