tursodatabase / libsql

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

wait for migration task to finish #1482

Closed MarinPostma closed 5 months ago

MarinPostma commented 5 months ago

In the previous iteration, we waited for the dry-run to succeed before returning the result of a schema migration. Instead, wait for the migration to complete before returning, as this is less confusing to users.