SQLite

Check-in [dc794d8f51]
Login

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

Overview
Comment:Fix an off-by-one error when parsing the names of indexes that do not have arguments in the index_usage utility.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dc794d8f518ed46536928a77a560d46e4f9365c30a00cd108f000d8556a66c00
User & Date: drh 2019-01-30 16:58:04.039
Context
2019-01-30
18:33
Detect if two indexes of the same table share a common rootpage while parsing the schema, and throw an error immediately. (check-in: f21c6f1343 user: drh tags: trunk)
16:58
Fix an off-by-one error when parsing the names of indexes that do not have arguments in the index_usage utility. (check-in: dc794d8f51 user: drh tags: trunk)
15:47
Add the --progress, --using, and -q options to the index_usage utility program. (check-in: a5e6be7cbc user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to tool/index_usage.c.