2017-06-28 15:47:29
— part of check-in
[0ff057d86e]
on branch stmts-vtab
— Build the "stmts" virtual table into the amalgamation. It is active only
when compiled using SQLITE_ENABLE_STMTSVTAB. That option is supplied to the
command-line shell.
(user:
drh
size: 10927)
2017-06-29 13:13:33
— part of check-in
[88976ae31c]
on branch trunk
— Add the "stmts" virtual table to the amalgamation, activated when compiled
using -DSQLITE_ENABLE_STMTSVTAB. Add the SQLITE_STMTSTATUS_REPREPARE and
SQLITE_STMTSTATUS_RUN statistics outputs from sqlite3_stmt_status() and add
corresponding columns to the stmts virtual table. Change the numeric value
of SQLITE_STMTSTATUS_MEMUSED to get it out of the way of counter values.
(user:
drh
size: 10927)