Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c713a73

Browse files
committed
HHH-19717 CockroachDB supports insert and update returning clause
1 parent be72098 commit c713a73

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)

AltStyle によって変換されたページ (->オリジナル) /