Re: [hibernate-dev] Upgrade version of Hibernate - default_schema specificity

2017-06-12 Thread andrea boriero
Hi Margot, thanks for the feedback. 5.1.4 introduced a new default strategy used to retrieve JDBC Metadata that requires the the default_schema to be provided. In order to obtain the previous behaviour the hibernate.hbm2ddl.jdbc_metadata_extraction_strategy can be set to 'individually'. I creat

[hibernate-dev] Upgrade version of Hibernate - default_schema specificity

2017-06-07 Thread Margot PIVA
Hello, For the need of our project we had to upgrade the version of Hibernate from 5.1.2.Final to 5.2.10.Final. We referred to the changelog to adapt our code and it worked perfectly well except that Hibernate couldn't find our schema event though it was declared on the search_path of our Postg