mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Add the SQLITE_STMTSTATUS_REPREPARE and SQLITE_STMTSTATUS_RUN options to
sqlite3_stmt_status(). Use this for two new columns in the stmts virtual table. FossilOrigin-Name: b0b0c8f8d548ef78584ab714ab120b01c1b83fc0d8ae2fd7626b970bab9fca58
This commit is contained in:
@@ -7079,6 +7079,7 @@ case OP_Init: { /* jump */
|
||||
pOp->p1 = 0;
|
||||
}
|
||||
pOp->p1++;
|
||||
p->aCounter[SQLITE_STMTSTATUS_RUN]++;
|
||||
goto jump_to_p2;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user