-
Couldn't load subscription status.
- Fork 331
Open
Description
ref: #123
In #123, you mentioned that it is impossible to use LIMIT %%limit int%% (same for OFFSET %%offset int%%) on MySQL, can you fix it in the following way? Maybe these methods involve breaking changes.
- Change the regular expression in ParseQueryFields to, for example,
[^%]+%%[^%]+%%so thatLIMIT %%limit int%%can be detected - Replace
LIMITin introspection query's nth with0instead ofNULLwhenLIMITis forward - Add a syntax like
%%limit int,as_limit%% - and so on...
Metadata
Metadata
Assignees
Labels
No labels