HHH-15382 CockroachDB doesn't support value propagation

This commit is contained in:
Karel Maesen 2022-07-11 20:50:06 +02:00 committed by GitHub
parent 423f4aeda3
commit 8021ac112b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -746,6 +746,11 @@ public class CockroachDialect extends Dialect {
return false;
}
@Override
public boolean useInputStreamToInsertBlob() {
return false;
}
@Override
public boolean supportsOffsetInSubquery() {
return true;