HHH-7093 - Oracle does not support row value constructor syntax

This commit is contained in:
Lukasz Antoniak 2012-05-25 20:57:47 +02:00
parent 61a8416463
commit 51aa114224
1 changed files with 0 additions and 4 deletions

View File

@ -131,10 +131,6 @@ public class Oracle9iDialect extends Oracle8iDialect {
return true;
}
public boolean supportsRowValueConstructorSyntax() {
return true;
}
public boolean supportsTupleDistinctCounts() {
return false;
}