opral / lix-sdk

1 stars 0 forks source link

fix skip change queue #140

Open samuelstroschein opened 5 hours ago

samuelstroschein commented 5 hours ago

Context

After removing $skip_change_queue from the type, users don't need to explicitly set $skip_change_queue. The result is sqlite not flipping the skip change queue flag back to 0.

CleanShot 2024-11-15 at 16.13.16@2x.png

Task

Find another way to skip the change queue OR ignore alltogether by implementing LIXDK-114

samuelstroschein commented 2 hours ago

we need to bypass the change-queue for apply changes. only testing for the snapshot or traversing the graph will not be enough.