Re: [symfony-devs] Re: Aw: Re: Generate entities from existing database

2011-04-30 Thread Benjamin Eberlei
Its a bug in the database driver, its fixed now and will be in the next mini release. On Fri, 29 Apr 2011 23:43:29 -0700 (PDT), Robert Campbell wrote: Thanks for the reply. However, if I add a primary keys separate and apart from the current fk/pk for each table, then the nature of the relation

[symfony-devs] Re: Aw: Re: Generate entities from existing database

2011-04-29 Thread Robert Campbell
Thanks for the reply. However, if I add a primary keys separate and apart from the current fk/pk for each table, then the nature of the relationships will be changed unless i add a plethora of unique keys. I will try to see what I can learn from the doctrine guys as weaverryan suggested. If