HHH-15382 CockroachDB doesn't support value propagation
This commit is contained in:
parent
423f4aeda3
commit
8021ac112b
|
@ -746,6 +746,11 @@ public class CockroachDialect extends Dialect {
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean useInputStreamToInsertBlob() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsOffsetInSubquery() {
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue