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

Honor passed seq #333

Closed jeromegn closed 10 months ago

jeromegn commented 10 months ago

This keeps the original seq from the insert in crsql_changes. Gaps are allowed.

tantaman commented 10 months ago

weird that it doesn't run the whole set of test suites for your pr 🤔 Let me see if I can kick those off.

tantaman commented 10 months ago

ah, it ran them in your repo since it runs on commit not on pr -- https://github.com/jeromegn/cr-sqlite/actions. Will change to run on both actions

tantaman commented 10 months ago

working on fixing some tests based on your changes here: https://github.com/vlcn-io/cr-sqlite/pull/333