HHH-5376 Tests contain invalid SQL

This commit is contained in:
brmeyer 2012-09-06 13:16:55 -04:00
parent 992e1387ef
commit aa068fb264

View File

@ -707,4 +707,9 @@ public String toBooleanValueString(boolean bool) {
public boolean supportsTupleDistinctCounts() {
return false;
}
@Override
public boolean supportsNotNullUnique() {
return false;
}
}