Sorry, I posted from within google groups and wasnt aware of their
shortcuts for posting ;)

So here is the example:

Group:
  first_group:
    name: my fancy new group

User:
  first_user:
    name: my fany new user
    Group: first_group

This results in the follwoing error:
SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or
update a parent row: a foreign key constraint fails (`***DBNAME***/
user`, CONSTRAINT `user_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES
`group` (`id`))

Am I missing something? From what I found in trac so far, this error
should be fixed.

If I use "group_id: first_group" in the user block, it results in the
exact same error.

Cheers, Andy


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to