HHH-15756 Table Value Constructor (INSERT, FROM column aliasing at table alias, CTE)

This commit is contained in:
LLEFEVRE 2024-02-16 15:10:15 +01:00 committed by Christian Beikov
parent 7c400e10bb
commit 778e5b1214
1 changed files with 0 additions and 4 deletions

View File

@ -967,10 +967,6 @@ public class OracleDialect extends Dialect {
public boolean supportsValuesList() {
return getVersion().isSameOrAfter( 23 );
}
@Override
public boolean supportsValuesListForInsert() {
return getVersion().isSameOrAfter( 23 );
}
// features which remain constant across 8i, 9i, and 10g ~~~~~~~~~~~~~~~~~~