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

make iter_from and iter_dup_from behave consistently w/nonexistent keys #30

Closed

Conversation

mykmelez
Copy link
Contributor

Per #29 (from which this branches), this makes iter_from and iter_dup_from behave consistently when seeking to a key that may or may not exist and may or may not be greater than any key in the store, which is more usable for callers whose behavior doesn't depend on the presence of the given key (nor any greater ones).

@danburkert
Copy link
Owner

Merged as part of #37

@danburkert danburkert closed this Aug 4, 2018
@mykmelez mykmelez deleted the iter-from-ignore-not-found branch August 6, 2018 21:02
ncloudioj pushed a commit to ncloudioj/lmdb-rs that referenced this pull request Mar 13, 2019
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

Successfully merging this pull request may close these issues.

3 participants