Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/misc/stmts.c
2017-07-07
| ||
22:58 | Renamed to ext/misc/stmt.c. Merge in all the latest trunk enhancements. (check-in: [7f48f6ab2a] user: drh branch: apple-osx, size: 0) | |
2017-06-29
| ||
14:33 | Renamed to ext/misc/stmt.c. Rename the "stmts" virtual table to just "stmt" without the final "s". (check-in: [adfdb80105] user: drh branch: trunk, size: 0) | |
12:49 | [a537a976bb] part of check-in [b0b0c8f8d5] 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. (check-in: [b0b0c8f8d5] user: drh branch: stmts-vtab, size: 9880) | |
2017-06-28
| ||
15:47 | [c96f660051] part of check-in [0ff057d86e] 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. (check-in: [0ff057d86e] user: drh branch: stmts-vtab, size: 9516) | |
2017-05-31
| ||
16:21 | [4aa554f671] part of check-in [b57d510465] Add the SQLITE_STMTSTATUS_MEMUSED option for sqlite3_stmt_status() that reports the amount of heap memory used for a single prepared statement. (check-in: [b57d510465] user: drh branch: stmtstatus-memused, size: 9155) | |
16:09 | Added: [dbdfa86d08] part of check-in [cb4c5c66ab] Add the experimental "stmts" virtual table for introspection of prepared statements. (check-in: [cb4c5c66ab] user: drh branch: trunk, size: 9060) | |