SQLite

Check-in [f1366bab73]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add a new (experimental) sqlite3_stmt_status() verb that returns the number of VM steps.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | status-vm-step
Files: files | file ages | folders
SHA1: f1366bab737a3ac2ea20a0ec014cc306d7ded8a5
User & Date: drh 2013-06-25 22:01:22.917
Context
2013-06-26
13:22
Add the SQLITE_STMTSTATUS_VM_STEPS option for sqlite3_stmt_status(). (check-in: bd4267f17b user: drh tags: trunk)
2013-06-25
22:01
Add a new (experimental) sqlite3_stmt_status() verb that returns the number of VM steps. (Closed-Leaf check-in: f1366bab73 user: drh tags: status-vm-step)
2013-06-21
18:36
Remove an unused function declaration from the FTS3 source code. (check-in: 096ae1d8f9 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/test1.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.