Re: [hibernate-dev] Preventing duplicate ForeignKey generation

2017-05-10 Thread Vlad Mihalcea
Thanks, Vlad On Wed, May 10, 2017 at 7:07 PM, Milo van der Zee wrote: > Finally done... See https://github.com/hibernate/hibernate-orm/pull/1906 > > MAG, > Milo > > > > On 01/09/2017 01:02 PM, Vlad Mihalcea wrote: > > Thanks, > > Please send a Pull Request with a replicating test case. > > Vlad

Re: [hibernate-dev] Preventing duplicate ForeignKey generation

2017-05-10 Thread Milo van der Zee
Finally done... See https://github.com/hibernate/hibernate-orm/pull/1906 MAG, Milo On 01/09/2017 01:02 PM, Vlad Mihalcea wrote: > Thanks, > > Please send a Pull Request with a replicating test case. > > Vlad > > On Wed, Dec 28, 2016 at 12:05 AM, Milo van der Zee > wro

Re: [hibernate-dev] Preventing duplicate ForeignKey generation

2017-01-09 Thread Vlad Mihalcea
Thanks, Please send a Pull Request with a replicating test case. Vlad On Wed, Dec 28, 2016 at 12:05 AM, Milo van der Zee wrote: > Hello all, > > During development of applications I'm used to set the schema creation > to 'update' (hbm2ddl.auto = update). This makes life a bit easier. > Issue w

[hibernate-dev] Preventing duplicate ForeignKey generation

2016-12-27 Thread Milo van der Zee
Hello all, During development of applications I'm used to set the schema creation to 'update' (hbm2ddl.auto = update). This makes life a bit easier. Issue with the newer version of Hibernate is that the name of the generated keys changed and so all keys are regenerated. For the large databases