Support offset without limit in AbstractSimpleLimitHandler and Oracle12LimitHandler

Description

Seems like we don’t support plain offsets without limits right now for a few limit handlers. We can fix the following either with custom syntax or using Integer.MAX_VALUE as limit:

  • Oracle12LimitHandler

  • RowsLimitHandler for TimesTen

  • LimitLimitHandler for MySQL/MariaDB

  • LimitOffsetHandler for legacy H2, legacy HSQL, legacy PostgreSQL, Spanner, SQLite and SAP HANA

Activity

Show:
Fixed

Details

Assignee

Reporter

Sprint

Fix versions

Priority

Created November 9, 2023 at 1:26 PM
Updated November 23, 2023 at 1:53 PM
Resolved November 9, 2023 at 3:10 PM