tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
11.21k stars 286 forks source link

Fix schema db bug with replicas #1718

Closed MarinPostma closed 2 months ago

MarinPostma commented 2 months ago

The was a regression where the replica would check for migrations completion on load. This is fixed by skipping the check for replicas.

also add regression tests