mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-06 09:49:53 +00:00
HHH-5376 Tests contain invalid SQL
This commit is contained in:
parent
c3861c6b33
commit
1a3199bfa8
@ -707,4 +707,9 @@ public String toBooleanValueString(boolean bool) {
|
||||
public boolean supportsTupleDistinctCounts() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsNotNullUnique() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user