Skip to content

Commit 582050f

Browse files
committed
HHH-19717 CockroachDB supports insert and update returning clause
1 parent 1e5c2d8 commit 582050f

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
@@ -1005,6 +1005,11 @@ public boolean supportsOffsetInSubquery() {
10051005
return true;
10061006
}
10071007

1008+
@Override
1009+
public boolean supportsInsertReturning() {
1010+
return true;
1011+
}
1012+
10081013
@Override
10091014
public boolean supportsWindowFunctions() {
10101015
return true;

0 commit comments

Comments
 (0)