Skip to content

limit=X, offset=Y parameters for more Python methods #231

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

Closed
simonw opened this issue Feb 14, 2021 · 2 comments
Closed

limit=X, offset=Y parameters for more Python methods #231

simonw opened this issue Feb 14, 2021 · 2 comments
Labels
enhancement New feature or request python-library

Comments

@simonw
Copy link
Owner

simonw commented Feb 14, 2021

I'm going to add a offset= parameter to support this case. Thanks for the suggestion!

Originally posted by @simonw in #224 (comment)

@simonw simonw added the enhancement New feature or request label Feb 14, 2021
@simonw
Copy link
Owner Author

simonw commented Feb 14, 2021

The limit= parameter is currently only available on the .search() method - it would make sense to add this to other methods as well.

@simonw simonw changed the title offset=X parameter to accompany limit= limit=X, offset=Y parameters for more Python methods Feb 14, 2021
@simonw
Copy link
Owner Author

simonw commented Feb 14, 2021

I'm going to add limit and offset to the following methods:

  • rows_where()
  • search_sql()
  • search()

@simonw simonw closed this as completed in 320f3ac Feb 14, 2021
simonw added a commit that referenced this issue Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python-library
Projects
None yet
Development

No branches or pull requests

1 participant