forked from jappel/leistungsbilanz-ts
Add atomic device row updates
This commit is contained in:
parent
296cb0f1c4
commit
2d0aa11d9c
14 changed files with 918 additions and 53 deletions
|
|
@ -376,6 +376,9 @@ Implemented foundation:
|
|||
persisted pre-command state
|
||||
- circuit update, inverse command, change set and revision share one SQLite
|
||||
transaction with stale-command and late-failure rollback coverage
|
||||
- an internal typed `circuit-device-row.update` command uses the same boundary,
|
||||
records derived ProjectDevice override metadata and rejects cross-project
|
||||
rows, device links and rooms
|
||||
- revision metadata, change-set payloads and the project counter are committed
|
||||
in one SQLite transaction
|
||||
- a stale expected revision produces no history writes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue