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

add limit to retrieve method in PipestatManager #88

Closed
khoroshevskyi opened this issue Oct 6, 2023 · 3 comments
Closed

add limit to retrieve method in PipestatManager #88

khoroshevskyi opened this issue Oct 6, 2023 · 3 comments

Comments

@khoroshevskyi
Copy link
Member

khoroshevskyi commented Oct 6, 2023

It would be nice to have limit method that allows user to specify limit of the rows that have to be selected from the database.
++
retrieve method has incorrect docstring:
image

@donaldcampbelljr
Copy link
Contributor

Is this still actually an issue? This particular method is for Retrieving a result for a single record.

There are other functions that do allow for retrieving multiple rows select and get_records and they do have limit parameters.

@khoroshevskyi
Copy link
Member Author

It's not super important, because we can use backend.select. But I would keep this question open

@donaldcampbelljr
Copy link
Contributor

This is solved with PR #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants