Skip to content

Commit 5f67ac3

Browse files
committed
HHH-10194 - Change NameQualifierSupport for Hypersonic from CATALOG to SCHEMA
1 parent 12ae1b5 commit 5f67ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/dialect/HSQLDialect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,6 @@ public boolean supportsTupleDistinctCounts() {
676676

677677
@Override
678678
public NameQualifierSupport getNameQualifierSupport() {
679-
return NameQualifierSupport.CATALOG;
679+
return NameQualifierSupport.SCHEMA;
680680
}
681681
}

0 commit comments

Comments
 (0)