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

better error messaging when automigration fails #340

Closed tantaman closed 10 months ago

tantaman commented 10 months ago

If the schema being migrated to has syntax errors we need to report that.

We also should not panic if it has syntax errors which is the case when an extension is statically linked and requires cleanup.