mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 04:34:49 +00:00
fix version # of support for 'insert returning' on Maria
This commit is contained in:
parent
7b387f3ecf
commit
00edf48483
@ -237,7 +237,7 @@ boolean supportsAliasLocks() {
|
||||
|
||||
@Override
|
||||
public boolean supportsInsertReturning() {
|
||||
return true;
|
||||
return getVersion().isSameOrAfter( 10, 5 );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user