Skip to content

Commit e0f889d

Browse files
dreab8mbellade
authored andcommitted
HHH-19717 CockroachDB supports insert and update returning clause
1 parent c1bfdfe commit e0f889d

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

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

0 commit comments

Comments
 (0)