Skip to content

Commit 307d040

Browse files
committed
HHH-10140 - Fix derby does not support tuples in subqueries
1 parent 7fadfc0 commit 307d040

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ public LimitHandler getLimitHandler() {
171171
return limitHandler;
172172
}
173173

174+
@Override
175+
public boolean supportsTuplesInSubqueries() {
176+
return false;
177+
}
178+
174179
/**
175180
* {@inheritDoc}
176181
* <p/>

0 commit comments

Comments
 (0)