Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9159b8efd57fda1e5b57a229bba1aa668ca31512
https://github.com/hibernate/hibernate-orm/commit/9159b8efd57fda1e5b57a22...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2017-06-27 (Tue, 27 Jun 2017)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/schemaupdate/foreignkeys/PostgreSQLMultipleSchemaSequenceTest.java
Log Message:
-----------
HHH-5538 - Postgres: fix dialect to work in databases with mutiple schema and
search_path set
Add a test case to prove that the issue does not replicate