Hi!

I have a couple of questions regarding the sqlite3_reset function.
Does sqlite3_reset free all the locks on the database?
Do I actually need to call sqlite3_reset directly after sqlite3_step is done to free database locks?
Or does sqlite3_step free the locks automatically?


Thanks in advance!

Jan-Eric Duden




Reply via email to