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

Differing prev_entry of invalid entry behavior for in-mem vs. on-disk storage (v1.1.6 amalgamation) #28

Closed
csaftoiu opened this issue Dec 6, 2015 · 1 comment
Assignees

Comments

@csaftoiu
Copy link
Contributor

csaftoiu commented Dec 6, 2015

In an on-disk database, unqlite_kv_cursor_prev_entry of an invalid entry gets a valid cursor pointing to the last entry. In an on-memory database, unqlite_kv_cursor_prev_entry of an invalid entry still keeps the cursor invalid.

In a similar vein to #27, I think it should be consistent and/or explicitly documented.

@symisc symisc self-assigned this Dec 7, 2015
@symisc
Copy link
Owner

symisc commented Dec 1, 2016

Source Code (Amalgamation & Github) Update with the 1.1.7 release which fixes all the know bugs.

https://unqlite.org/downloads.html

@symisc symisc closed this as completed Dec 1, 2016
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

No branches or pull requests

2 participants