I do not know if it's a bug, I do have transactional calls as well but I use innoDb type table. It seems that the select is triggering an auto-commit on ISAM. I am not sure actually, but try setting your table as innoDb and check if you get the same result. Maybe you could also try to validate all instead of first, I am also doing something like this in 2 steps, first is to call saveAll with validate => only and then call saveAll (for specific purpose). hth
On Jun 15, 3:49 pm, Jaime <[EMAIL PROTECTED]> wrote: > Thanks francky06l, > > But "atomic" is set to true by default (according to the > documentation), and I have already traced the DB calls, as you can > read above. The ROLLBACK is being called, but it's not affecting the > INSERT operation, because a SELECT is being made after. > > Is that a bug? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
