MySQL specifically disallows an ID of 0. I've tested this manually by inserting a test row with an ID of 0 into an auto_incremented column. It ignores it, and gives it an ID of 1 instead.
So, not a CakePHP bug at all. Steve On Apr 14, 9:37 pm, Defranco <[EMAIL PROTECTED]> wrote: > nobody? > > /erico --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
