mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 02:34:20 +01:00
As per SQLite API, sqlite3_reset() does *not* clear bind parameters. Instead they're persistent across statement reset and only cleared with sqlite3_clear_bindings().