3 Jul
2006
3 Jul
'06
8:33 p.m.
Luiz Fernando B. Ribeiro wrote at 2006-7-1 14:24 -0300:
... The problem is that the raise is not rolling back the delete, looking in mysql log the following sequence was found:
Be warned that "mysql" needs special precaution to be transaction aware. Your "mysql" connection may have been made transaction unaware (to allow the use of non-transaction capable tables). -- Dieter