[Dbix-class] Transaction depth problem

Brandon Black blblack at gmail.com
Fri Aug 3 15:40:25 GMT 2007


On 8/3/07, Dave Cardwell <list+dbix-class at davecardwell.co.uk> wrote:
> Hello there.
>
> When I run the attached script the call to txn_do() seems to create a
> transaction depth of two, so the insert is never actually committed. I
> see the insert in the MySQL log and the auto increment value of the
> primary key is increased, but the row of data is never actually
> inserted.
>

You might want to try trunk, there have been some txn-related fixes
there since the last official release.  Trunk has moved recently, and
the mailing list footer is out of date.  You can grab it from "svn
export http://dev.catalyst.perl.org/repos/bast/DBIx-Class/0.08/trunk/".

-- Brandon



More information about the DBIx-Class mailing list