[jOOQ/jOOQ#11943] Add native OFFSET support to Db2 11.1

This commit is contained in:
Lukas Eder 2021-06-02 12:36:03 +02:00
parent bebd77e653
commit 0585526782
2 changed files with 1 additions and 9 deletions

View File

@ -265,11 +265,6 @@ final class Limit extends AbstractQueryPart {

View File

@ -72,6 +72,7 @@ import static org.jooq.Operator.OR;
import static org.jooq.SQLDialect.CUBRID;
// ...
// ...
// ...
import static org.jooq.SQLDialect.DEFAULT;
import static org.jooq.SQLDialect.DERBY;
// ...
@ -1884,10 +1885,6 @@ final class SelectQueryImpl<R extends Record> extends AbstractResultQuery<R> imp