![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re^3: Catalyst client to server interactionby Anonymous Monk |
on Sep 24, 2015 at 17:09 UTC ( #1142938=note: print w/replies, xml ) | Need Help?? |
And, wrap the action in an SQL Transaction. (In MySQL, use "InnoDB" tables so that you have transactions.) This way, all deletes will either all occur successfully or none at all.
In Section
Seekers of Perl Wisdom
|
|