/ Changes On Branch status-vm-step
Login

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

Changes In Branch status-vm-step Excluding Merge-Ins

This is equivalent to a diff from 096ae1d8f9 to f1366bab73

2013-06-26
13:22
Add the SQLITE_STMTSTATUS_VM_STEPS option for sqlite3_stmt_status(). (check-in: bd4267f17b user: drh tags: trunk)
11:43
Cut over the next generation query planner. Increase the version number to 3.8.0. (check-in: 0fe31f60ca 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
19:29
Merge in the latest changes from trunk. Simplify the implementation of the tointeger() and toreal() functions. Fix test cases and put unambiguous labels on all testcase names. (check-in: 9b837b0508 user: drh tags: toTypeFuncs)
18:36
Remove an unused function declaration from the FTS3 source code. (check-in: 096ae1d8f9 user: drh tags: trunk)
18:29
Merge the fts4-notindexed branch with the trunk. (check-in: 361084e1eb user: dan tags: trunk)

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.