The row-version check ran on bulk-update but not on every code path. Single-cell edits routed through a different write that didn't carry expected_version.
Fix: every write goes through the same version-checked path. If another user edited the row since you loaded it, the change banner surfaces a refresh prompt instead of silently overwriting.
Activity
- Ryan K. opened this entryMay 28, 2026
- ShippedMay 29, 2026
Team notes 1
Notes here are local-only for now. To reach us, start free and send feedback from inside the app.
Fixed. expected_version is now enforced on every row mutation path. Concurrent edits surface a refresh banner instead of a silent overwrite.