Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Cursor.Get is now Cursor.Seek, and returns the first possible key. #45

Merged
merged 1 commit into from
Feb 20, 2014

Conversation

benbjohnson
Copy link
Member

This makes range and prefix queries possible.

Closes: #44

(via @tv42)

This makes range and prefix queries possible.

Closes: boltdb#44
benbjohnson added a commit that referenced this pull request Feb 20, 2014
Cursor.Get is now Cursor.Seek, and returns the first possible key.
@benbjohnson benbjohnson merged commit b9ec845 into boltdb:master Feb 20, 2014
@benbjohnson benbjohnson deleted the seek branch February 20, 2014 20:24
heyitsanthony pushed a commit to heyitsanthony/bolt that referenced this pull request Sep 13, 2017
Otherwise, nil dereference on ReadOnly DB

Fixes boltdb#45
heyitsanthony pushed a commit to heyitsanthony/bolt that referenced this pull request Sep 14, 2017
Otherwise, nil dereference on ReadOnly DB

Fixes boltdb#45
heyitsanthony pushed a commit to heyitsanthony/bolt that referenced this pull request Sep 19, 2017
Otherwise, nil dereference on ReadOnly DB

Fixes boltdb#45
heyitsanthony pushed a commit to heyitsanthony/bolt that referenced this pull request Nov 16, 2017
Otherwise, nil dereference on ReadOnly DB

Fixes boltdb#45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cursor.Get should land before non-existing key, not after it
2 participants