Skip to content

Commit 1296132

Browse files
committed
libsql-sqlite3: Reset "isInterrupted" in sqlite3_reset()
1 parent 8b9ea8e commit 1296132

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libsql-sqlite3/src/vdbeaux.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3612,6 +3612,7 @@ int sqlite3VdbeReset(Vdbe *p){
36123612
#ifdef SQLITE_DEBUG
36133613
p->nWrite = 0;
36143614
#endif
3615+
p->isInterrupted = 0;
36153616

36163617
/* Save profiling information from this VDBE run.
36173618
*/

0 commit comments

Comments
 (0)