Details
-
Sub-Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
-
None
-
MXS-SPRINT-211, MXS-SPRINT-212, MXS-SPRINT-213
Description
All SQL statements must be split and injected with `LIMIT` and `OFFSET` clauses.
The value of the `LIMIT` will be the value of `sql_select_limit`.
Attachments
Issue Links
- relates to
-
MXS-5157 Inject "LIMIT" and "OFFSET" to each statement
-
- Closed
-
The [sql-limiter](https://github.com/sqlpad/sql-limiter) library will be used for injecting limit and offset values. However, the library needs to be extended to support injecting offset.
Below is the PR, if it takes to long for the project maintainer to response or approve the PR. The fork version can be used for maxgui.
https://github.com/sqlpad/sql-limiter/pull/26