At 8:18 PM +0200 10/20/07, Jesper Krogh wrote:
AutoCommit => 1 and txn_do does not give me the option to intentionally do a ROLLBACK, does it?
Yes it does. Just throw an exception (die) in your code block passed to txn_do when you would otherwise have explicitly called rollback. -- Darren Duncan
_______________________________________________ List: http://lists.scsys.co.uk/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]
