Commit 17360f5
committed
graph: Allow remove followed by remove in write batches
If subgraphs delete entities without checking if they exist, we get two
removes in a row. In the database, the second remove would just lead to a
query that changes nothing. We'll do the same when putting a write batch
together.
Fixes #54491 parent 63b2a5c commit 17360f5
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
| 442 | + | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
453 | 458 | | |
454 | 459 | | |
455 | 460 | | |
| |||
0 commit comments