HHH-16020 - Fix for error that surfaced in the LegacyOracleLimitHandler due to the fix for HHH-16020

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2023-01-25 22:21:23 +01:00 committed by Christian Beikov
parent 69a5b1faab
commit a6995b50a9
1 changed files with 10 additions and 0 deletions

View File

@ -61,6 +61,16 @@ public class LegacyOracleLimitHandler extends AbstractLimitHandler {
return true;
}
@Override
public boolean supportsOffset() {
return true;
}
@Override
public boolean forceLimitUsage() {
return true;
}
@Override
public boolean bindLimitParametersInReverseOrder() {
return true;