Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add statement reset to libsql_reset_stmt C binding
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
- Loading branch information