-
Notifications
You must be signed in to change notification settings - Fork 286
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
Final rows lost with batch mode of PendingQuery.cursor #150
Comments
Seems to be related to #81. If it's the same problem, the last (and incomplete) batch should be available in |
Ah yes, they are most definitely caused by the same bug! Thanks for the workaround. |
Same happens if batch size is greater than the result count. EDIT: @porsager Just created the PR #184 to address this issue. Please have a look at it when you have a spare time. p.s. Tested with |
If the number of results isn't divisible by the batch size, the last (and incomplete) batch is never processed:
Setting up
demo
to postgresThe text was updated successfully, but these errors were encountered: