SQLite Forum

sqlite3_step after sqlite3_finalize: what is the expected behavior?
Login
Thanks a lot for the very quick answer!

After re-reading these pieces of documentation, I agree that they don't contradict each other, nor the previous or current behavior.

I guess I need to come up with a way of keeping track of which prepared statements have been finalized, in my own code.