]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the sqlite3_stmt_scanstatus() API and add sqlite3_stmt_scanstatus_v2(). For...
authordan <Dan Kennedy>
Fri, 2 Dec 2022 20:32:22 +0000 (20:32 +0000)
committerdan <Dan Kennedy>
Fri, 2 Dec 2022 20:32:22 +0000 (20:32 +0000)
commit231ff4b027b077ce9ac0c829cd9cee4108ca9b7a
tree5cf6210ffda1cc351169cef8dc576ac2edc83fc9
parentbb4e4a4840530da37c6fdaabc9769a1996f25809
Enhance the sqlite3_stmt_scanstatus() API and add sqlite3_stmt_scanstatus_v2(). For creation of easier to read query performance reports.

FossilOrigin-Name: 55800833645739efeddcacef464c623931cb6aeb43f4219b4e4faf473c25c8bb
17 files changed:
manifest
manifest.uuid
src/expr.c
src/select.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/util.c
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/wherecode.c
test/scanstatus.test
test/scanstatus2.test [new file with mode: 0644]