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

`crsql_next_db_version` should return the _actual_ next db version after tx commit #335

Closed tantaman closed 10 months ago

tantaman commented 10 months ago

crsql_next_db_version returns db_version + 1 but the next db version is the max of db_version + 1 and seen peer versions.

tantaman commented 10 months ago