Hello!
I have the same problem described here :
http://trac.doctrine-project.org/ticket/460 and I'm trying to do something
to bypass this doctrine non-support for composite key relations. Does anyone
have an idea on how to do that? Should I create my table without any
relation and then do my reques
Yeah maybe. I will try it tomorrow 'cause I'm not at work today.
Thanks for your help
On Thu, May 13, 2010 at 09:56, Tom Ptacnik wrote:
> I think, it's because ./symfony doctrine:data-load don't delete
> existing data. Then if you run it, the sfGuardUser_admin with username
> admin already exist
Hi,
Thanks for your help. Unfortunately, I checked and it still doesn't work.
The BasesfGuardUserGroup class has two relations sfGuardUser and
sfGuardGroup. The plugin work well because my fixture load when I insert
them with the command "./symfony doctrine:build --all --and-load
--no-confirmation"
It doesn't work neither. I checked in the schema.yml of the plugin and here
is the definition of these 3 tables:
--
sfGuardGroup:
actAs: [Timestampable]
columns:
id:
type: integer(4)
primary: true