Skip to content

Commit f9bb185

Browse files
dreab8mbellade
authored andcommitted
HHH-19717 CockroachDB supports insert and update returning clause
1 parent 31cc6f8 commit f9bb185

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

1010+
@Override
1011+
public boolean supportsInsertReturning() {
1012+
return true;
1013+
}
1014+
10101015
@Override
10111016
public boolean supportsWindowFunctions() {
10121017
return true;

0 commit comments

Comments
 (0)