1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Update comments in sqlite.h.in to account for sqlite3_stmt_scanstatus_v2().

FossilOrigin-Name: 009462f2344b1f468cf9440343a47fec68d783a2bfb4fa6168bb227ec910b918
This commit is contained in:
dan
2022-12-05 18:52:12 +00:00
parent 77e171e8fa
commit 07c8e08889
5 changed files with 65 additions and 29 deletions

View File

@@ -2258,7 +2258,6 @@ int sqlite3_stmt_scanstatus(
return sqlite3_stmt_scanstatus_v2(pStmt, iScan, iScanStatusOp, 0, pOut);
}
/*
** Zero all counters associated with the sqlite3_stmt_scanstatus() data.
*/