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

Logged delete should be stored with the time range if it's missing #158

Closed
jvshahid opened this issue Jan 3, 2014 · 1 comment
Closed
Milestone

Comments

@jvshahid
Copy link
Contributor

jvshahid commented Jan 3, 2014

Currently logged deletes without time range are stored like this delete from foo which is problematic if it gets replayed later, since it will delete new nodes inserted after the delete query was executed.

@ghost ghost assigned jvshahid Jan 3, 2014
@jvshahid
Copy link
Contributor Author

jvshahid commented Jan 3, 2014

server_test.go:TestFailureAndDeleteReplays assert at the end should be changed to == instead of <=

pauldix added a commit that referenced this issue Jan 8, 2014
@jvshahid jvshahid removed their assignment Feb 24, 2015
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

1 participant