mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 02:34:20 +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