On 20 September 2010 14:04, Peter Rabbitson <[email protected]> wrote:
> Savepoints do not help here. An error happening within a savepoint > invalidates *the entire transaction*. Test it on your RDBMS, but > I am pretty sure this is the case all-around. Work fine, but if you have two clients trying to insert, the second one hangs until the first one commits the whole transaction, not just releases the savepoint. So it would probably be counterproductive anyway :-/ _______________________________________________ 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]
