vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.61k stars 69 forks source link

ROLLBACK TO does not alter the transaction stack #394

Closed tantaman closed 8 months ago

tantaman commented 8 months ago

I didn't read the rollback docs closely enough about ROLLBACK TO as noticed here: https://github.com/vlcn-io/js/pull/32

What we really want is to abort all transactions if any of these operations fail. Switching to ROLLBACK

ty @AlexErrant