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

Use user timestamp to find the newest record in exist functions #711

Closed
ikopylov opened this issue Jan 3, 2023 · 1 comment
Closed

Use user timestamp to find the newest record in exist functions #711

ikopylov opened this issue Jan 3, 2023 · 1 comment
Labels
bug Something isn't working improvement

Comments

@ikopylov
Copy link
Member

ikopylov commented Jan 3, 2023

This is a part of #708
It is required for correctness. We should look for the newest entries only by comparing the user's timestamps. Unfortunately, this can't be implemented properly without breaking changes in BLOB structure. So this issue for future versions.

ReadResult::Found(ts) => {

ReadResult::Deleted(ts) => {

@ikopylov
Copy link
Member Author

Closed via #746

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working improvement
Projects
None yet
Development

No branches or pull requests

1 participant