10000 HHH-6852 DB2 doesn't support exists in select · JavaInCloud/hibernate-orm@9e45ec3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e45ec3

Browse files
committed
HHH-6852 DB2 doesn't support exists in select
1 parent d7f3042 commit 9e45ec3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,10 @@ public boolean supportsNotNullUnique() {
311311
return false;
312312
}
313313

314+
public boolean supportsExistsInSelect() {
315+
return false;
316+
}
317+
314318
public String getSelectClauseNullString(int sqlType) {
315319
String literal;
316320
switch(sqlType) {

0 commit comments

Comments
 (0)
0