HHH-11625 - Namespace uses physicalNamingStrategy.toPhysicalCatalogName() for schema name

This commit is contained in:
jvdvTechno 2017-04-10 13:12:03 +02:00 committed by Andrea Boriero
parent a01b05fdf0
commit 51e92b1715
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class Namespace {
database.getPhysicalNamingStrategy()
.toPhysicalCatalogName( name.getCatalog(), database.getJdbcEnvironment() ),
database.getPhysicalNamingStrategy()
.toPhysicalCatalogName( name.getSchema(), database.getJdbcEnvironment() )
.toPhysicalSchemaName( name.getSchema(), database.getJdbcEnvironment() )
);
log.debugf(