mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
SQLite creates a table if it does not exists, but we just silently ignore the data. Let's add an error if table does not exist until we fix this. Refs #2079