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

fix tests for https://github.com/vlcn-io/cr-sqlite/pull/333 #334

Closed tantaman closed 10 months ago

tantaman commented 10 months ago

Stacked on top of https://github.com/vlcn-io/cr-sqlite/pull/333

tantaman commented 10 months ago

This fixes the current suite of tests but given we uncovered an edge case for sequence numbers around re-insertion of previously deleted rows, I'm writing some follow on tests for this edge case.

tantaman commented 10 months ago

333 is up to date with the latest changes.