HHH-7093 - Oracle does not support row value constructor syntax
This commit is contained in:
parent
61a8416463
commit
51aa114224
|
@ -131,10 +131,6 @@ public class Oracle9iDialect extends Oracle8iDialect {
|
|||
return true;
|
||||
}
|
||||
|
||||
public boolean supportsRowValueConstructorSyntax() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean supportsTupleDistinctCounts() {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue