mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-01-07 21:49:04 +00:00
35e9af0acc
Without this call to stmt.reset(), the prepared statement is not correctly reset and the same values are read back despite having new bindings. Fixes #1481