-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
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
[BUG] Non-paginated results returned silently if query not supported by cursor #78
Comments
dai-chen
changed the title
[BUG] Empty response returned if query is not supported by cursor
[BUG] Empty or non-paginated response returned if query not supported by cursor
May 20, 2021
dai-chen
changed the title
[BUG] Empty or non-paginated response returned if query not supported by cursor
[BUG] Non-paginated response returned silently if query not supported by cursor
May 20, 2021
dai-chen
changed the title
[BUG] Non-paginated response returned silently if query not supported by cursor
[BUG] Non-paginated results returned silently if query not supported by cursor
May 20, 2021
this should get fixed by #656 |
18 tasks
Will be fixed by #1759 |
Or converted to a feature in #1765 |
6 tasks
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If the query is not supported by cursor to paginate, such as
GROUP BY
, full result set is returned silently instead of error with clear message.To Reproduce
Expected behavior
Expect an error thrown with clear message saying that the type of query is not supported for pagination yet.
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: