NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
transactions (Score:1)
Re:transactions (Score:1)
That works for successful cases, because begin/commit nest properly. But begin/rollback doesn't. Rollback rolls back everything.
There's a hack/workaround for that though. It's possible to implement properly nested transactions using savepoints. I think I'll do that at some point on a gold-card day.
Reply to This
Parent