]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_STMTSTATUS_REPREPARE and SQLITE_STMTSTATUS_RUN options to stmts-vtab
authordrh <drh@noemail.net>
Thu, 29 Jun 2017 12:49:18 +0000 (12:49 +0000)
committerdrh <drh@noemail.net>
Thu, 29 Jun 2017 12:49:18 +0000 (12:49 +0000)
commit00d11d400b05e40fd9a2d52033bebc369f07ba04
tree5c313165e38569725deaaba4d8a4947166b7e258
parentf00f530b7d4b87c894fd1968fc3334c50a160595
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
ext/misc/stmts.c
manifest
manifest.uuid
src/sqlite.h.in
src/test1.c
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c