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

AsyncCursor does not have a scroll function while Cursor does #367

Open
luigi311 opened this issue Jul 20, 2024 · 2 comments
Open

AsyncCursor does not have a scroll function while Cursor does #367

luigi311 opened this issue Jul 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@luigi311
Copy link

  1. Describe your new request in detail
    AsyncCursor does not have a scroll function so while you can make the asynccursor scrollable theres no way to actually make use of it. Cursor does have a scroll function, can we get something similar created for the async side of things?

  2. Give supporting information about tools and operating systems. Give relevant product version numbers

@luigi311 luigi311 added the enhancement New feature or request label Jul 20, 2024
@anthony-tuininga
Copy link
Member

It isn't supported in thin mode, either, so that needs to be done first. We will add it to the list of things to implement.

@luigi311
Copy link
Author

thank you very much! For now i went with just using threads to handle multiple queries and using the blocking thick client so i can use scroll.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants