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

Handle overflow in SeekToLast for Sandwich #3

Closed
ony opened this issue Apr 25, 2014 · 1 comment
Closed

Handle overflow in SeekToLast for Sandwich #3

ony opened this issue Apr 25, 2014 · 1 comment
Labels
Milestone

Comments

@ony
Copy link
Owner

ony commented Apr 25, 2014

Currently SeekToLast seeks to next prefix (lexicographically) and steps back to get back on appropriate range.
I.e. if we'll have prefix 0xffff and will do SeekToLast we'll get seek for 0x0000 instead of going strictly to last record in sandwich.

@ony ony added the bug label Apr 25, 2014
@ony ony added this to the 0.1.1 milestone Apr 25, 2014
@ony ony changed the title Handle overflow in SeekToLast for Sandwich Handle overflow in SeekToLast for Sandwich Apr 25, 2014
@ony
Copy link
Owner Author

ony commented Apr 26, 2014

Fixed in 3ecacc7

@ony ony closed this as completed Apr 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant