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

How to send query and capture progress if dbFetch(n = -1) #293

Open
gacolitti opened this issue Jan 29, 2025 · 1 comment
Open

How to send query and capture progress if dbFetch(n = -1) #293

gacolitti opened this issue Jan 29, 2025 · 1 comment

Comments

@gacolitti
Copy link

I want to send a query using dbSendQuery() and poll for the progress of the query so I can show a progress bar of my own. But I can only use dbFetch(n = -1).

@jarodmeng
Copy link
Contributor

dbFetch(res) whereby res is the return value of dbSendQuery() can be used to repeatedly fetching results.

The default implementation that calls dbFetch(res) in a loop is here.

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

No branches or pull requests

2 participants