Details
-
Sub-Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
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-5156 Split statements
-
- Closed
-
The [sql-limiter](https://github.com/sqlpad/sql-limiter) library will be used for splitting statements. However, it won't support store procedures or functions, so the SQL text editor can't be used for creating those. There should be a separated interface for the users to create store procedures and functions.