Mvcc: split brain as we allow rollback to before a commit finishes
Author: Pavan-NambiCreated Aug 21, 2026Updated Sep 16, 2026
I will get a detailed test later but for now so i wont forget later
savepoint s;
insert bunch of statements;
commit; but pause/yield it in middle
rollback to s;
resume commit and finish it
check table
reopen
check tableSource: tursodatabase/turso