Skip to content

Conversation

penberg
Copy link
Collaborator

@penberg penberg commented Sep 2, 2025

We need to reset statement after last step() call to make sure callers can reuse the statement.

Fixes #2135

We need to reset the statement to be able to reuse it. Let's call
reset() after step() like Rusqlite does.

Refs: #2135
@penberg penberg force-pushed the reset branch 2 times, most recently from 352ddba to 77a28c7 Compare September 2, 2025 17:09
We need to reset the statement to be able to reuse it. Let's call
reset() after step() like Rusqlite does.

Refs: #2135
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calling Statement::excecute multiple times does not change the parameter binding
2 participants