mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-01 23:39:15 +00:00
HHH-15756 Table Value Constructor (INSERT, FROM column aliasing at table alias, CTE)
This commit is contained in:
parent
7c400e10bb
commit
778e5b1214
@ -967,10 +967,6 @@ public SelectItemReferenceStrategy getGroupBySelectItemReferenceStrategy() {
|
|||||||
public boolean supportsValuesList() {
|
public boolean supportsValuesList() {
|
||||||
return getVersion().isSameOrAfter( 23 );
|
return getVersion().isSameOrAfter( 23 );
|
||||||
}
|
}
|
||||||
@Override
|
|
||||||
public boolean supportsValuesListForInsert() {
|
|
||||||
return getVersion().isSameOrAfter( 23 );
|
|
||||||
}
|
|
||||||
|
|
||||||
// features which remain constant across 8i, 9i, and 10g ~~~~~~~~~~~~~~~~~~
|
// features which remain constant across 8i, 9i, and 10g ~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user