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

fix(ludicrous mode): Handle deletes correctly #6773

Merged
merged 4 commits into from
Oct 23, 2020
Merged

Commits on Oct 21, 2020

  1. fix(ludicrous mode): Handle deletes correctly

    In ludicrous mode we were trying to fetch the list of types (and their
    predicates) using a timestamp of 0. This would cause deletes to be
    ineffective and the actual data won't be deleted. This PR fixes it.
    Ibrahim Jarif committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    f0194b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    e0cf490 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Merge branch 'mrjn/ludicrous-ts' into ibrahim/lud-del

    Ibrahim Jarif committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    1134b07 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary code

    Ibrahim Jarif committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    f3fcd1a View commit details
    Browse the repository at this point in the history