mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 04:54:21 +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().