Skip to content
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

#336 OFFSET must not be negative #343

Closed
wants to merge 1 commit into from
Closed

#336 OFFSET must not be negative #343

wants to merge 1 commit into from

Conversation

groteworld
Copy link
Contributor

Why:
It is not valid to have a negative offset or page. These changes allow
query.paginate to run with error_out on but still default to page 1
(or offset 0)

Closes #336

Why:
It is not valid to have a negative offset or page. These changes allow
`query.paginate` to run with `error_out` on but still default to page 1
(or offset 0)
@davidism
Copy link
Member

davidism commented Oct 4, 2017

continued in #558

@davidism davidism closed this Oct 4, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

OFFSET must not be negative
2 participants