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

(release/v20.07) fix(Dgraph): fix bug when deleting and adding to a s… #6449

Merged
merged 1 commit into from
Sep 18, 2020

Commits on Sep 14, 2020

  1. (release/v20.07) fix(Dgraph): fix bug when deleting and adding to a s…

    …ingle UID predicate in the same transaction.
    
    The iterate method does not account for delete postings in the same transaction
    so they have to be preserved manually. Otherwise, if a deletion and an add operation
    to the same uid happen in the same predicate, the deletion operation is not
    applied.
    
    Fixes DGRAPH-1309
    
    (cherry picked from commit 56c8f3c)
    martinmr committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5b0c77b View commit details
    Browse the repository at this point in the history