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

Allow for manual cursor control #77

Merged
merged 2 commits into from
Nov 2, 2022

Conversation

cedrickcooke
Copy link
Collaborator

@irgaly this should fix the issue you've shown in #75, although it'll require two changes to your code:

  • The openCursor() call needs to add an autoContinue = false parameter
  • You'll need to manually call cursor.`continue`() at the end of your collect block.

Closes #75.

@cedrickcooke cedrickcooke requested a review from a team as a code owner November 1, 2022 18:50
@cedrickcooke cedrickcooke added the minor Changes that should bump the MINOR version number label Nov 1, 2022
@twyatt twyatt requested a review from sdonn3 November 1, 2022 19:39
@irgaly
Copy link
Contributor

irgaly commented Nov 2, 2022

It seems good change 👍 . I appreciate your quick response and fix.

@cedrickcooke cedrickcooke merged commit 3dddf9f into main Nov 2, 2022
@cedrickcooke cedrickcooke deleted the cedrickc/issue-75-allow-manual-cursor-control branch November 2, 2022 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Changes that should bump the MINOR version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cursor moves forward in collect block
4 participants