We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Thanks a lot for the great job but actually, the pagination is not working on Informix.
Could you please use SKIP instead of OFFSET for Informix please ?
Here is an example of a working request :
select skip 10 * from systables limit 10
The text was updated successfully, but these errors were encountered:
As fix to issue #167 I removed offset clause, as Informix doesn't support offset clause. Will check if i can provide skip clause.
Sorry, something went wrong.
No branches or pull requests
Hello,
Thanks a lot for the great job but actually, the pagination is not working on Informix.
Could you please use SKIP instead of OFFSET for Informix please ?
Here is an example of a working request :
select skip 10 * from systables limit 10
The text was updated successfully, but these errors were encountered: