You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): fix reverse edge loss when set and delete occur together (#9403)
This PR fixes a bug where a reverse edge (`@reverse` predicate) with a
count index (`@count`) may lose values when the same predicate is set
and deleted multiple times within a single DQL mutation.
---------
Co-authored-by: Li <[email protected]>
0 commit comments