On Apr 23, 7:03 am, Lucca Mordente <[email protected]> wrote: > Check if any error occurs on database level. > In debug output, see if there is a 'rollback'. If so, make sure all > queries that should be executed on saveAll are there. If they are, try > to execute the transaction directly on database and make sure that it > works fine. > I had an experience with an error on database level which has not > invalidated the saveAll.
Good idea. If I place a die(debug($this->data)); just after the call to saveAll() I see only "START TRANSACTION" followed by "COMMIT". There's nothing else of any consequence in the logs. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
