Skip to content

Commit ef0a9a1

Browse files
committed
HHH-15382 CockroachDB doesn't support value propagation
1 parent f1ca6d9 commit ef0a9a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hibernate-core/src/main/java/org/hibernate/dialect/CockroachDialect.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,11 @@ public boolean supportsOuterJoinForUpdate() {
746746
return false;
747747
}
748748

749+
@Override
750+
public boolean useInputStreamToInsertBlob() {
751+
return false;
752+
}
753+
749754
@Override
750755
public boolean supportsOffsetInSubquery() {
751756
return true;

0 commit comments

Comments
 (0)