On 8/8/07, Richard Robinson <[EMAIL PROTECTED]> wrote: > > I'm still getting to grips with all this, I think I must be missing > something obvious. > > I'm playing around with transactions, to get a feel for how they go. So I > have a little block of deletes and updates, called with [...] > DBIc v 0.08003 + mySql v 4.1.11, in case it's relevant.
You need to upgrade. There was a bug w/ AutoCommit and transaction handling in general in 0.0800x, it was fixed in 0.08004, and now 0.08005 is out. See http://search.cpan.org/src/MSTROUT/DBIx-Class-0.08005/Changes -- Brandon _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]
