I'm not sure, I understand everything...
You have one table? And this table have two columns with PK?
Is your table looks like it?
test:
id: { type: integer, required: true, primaryKey: true,
autoIncrement: true }
second: { type: integer, required: true, primaryKey: true }
Because with this schema I don't have problem when I'm adding new
records.
Have you also on second column autoIncrement to true?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---