Hi Steve,
the test project that I created still fails with the latest SNAPSHOT
release, although the foreign keys are not created. Can you please
investigate if that is related to the same issue. The test repository is
here:
https://github.com/paranoiabla/HHH-8805
2015-04-03 16:15 GMT+03:00 Emm
On Thu, Apr 2, 2015 at 6:54 PM, Petar Tahchiev
wrote:
> Hi Steve,
>
> I just pulled and did ./gradlew install. Unfortunately this didn't install
> the jars in my local maven repo because the maven plugin declaration was
> missing (you might want to consider adding it).
>
That's because the task
I see you have a test repository reproducing the error. I will try to run
from there.
On Sun, Apr 5, 2015 at 3:02 AM, Petar Tahchiev
wrote:
> Hi Steve,
>
> the test project that I created still fails with the latest SNAPSHOT
> release, although the foreign keys are not created. Can you please
>
On Thu, Apr 2, 2015 at 4:45 AM, John O'Hara wrote:
> Steve,
>
> I have pushed a proposal for HHH-9701 to:
> https://github.com/johnaoahra80/hibernate-orm/tree/HHH-9701
>
> There are a couple of areas that I would appreciate feedback;
>
> 1) Serialization/Deserialization - EntityEntries implement
Just a quick follow-up here: SchemaMigratorImpl:125 is calling
existingDatabase.getTableInformation where existingDatabase is of type
org.hibernate.tool.schema.extract.internal.*legacy*.DatabaseInformationImpl
(I have no idea why is it using the legacy one), and If I step into it I
can see it's usi