vlcn-io / cr-sqlite

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

check seq consistency #332

Closed tantaman closed 1 year ago

tantaman commented 1 year ago

seq was never intended to be consistent between nodes but there isn't any reason it shouldn't be able to be consistent.

the fly.io use cases expects it to be consistent so lets see if we can do that.

https://discord.com/channels/989870439897653248/989870440585494530/1144722211098349608

tantaman commented 1 year ago

tests added in pr #333