]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_INDEX_SCAN_HEX bit to the sqlite3_index_info.idxFlags bitmask.
authordrh <>
Thu, 22 Aug 2024 16:22:08 +0000 (16:22 +0000)
committerdrh <>
Thu, 22 Aug 2024 16:22:08 +0000 (16:22 +0000)
commitd55ab844513ab13ebbd8e6b483a75e8bdaefa98b
tree3ce182a828ef83fa20c89e17871321450a593fa0
parent889ce8ee907502771fcc66cb815a06c1254b34a8
Add the SQLITE_INDEX_SCAN_HEX bit to the sqlite3_index_info.idxFlags bitmask.
When set, this bit causes the EXPLAIN QUERY PLAN output to show the idxNum
value in hex rather than in decimal.  This is purely a debugging aid.

FossilOrigin-Name: 6c00e88ebdb41d6317bb8758825521614dedc2e6e6289ff415c5f0406eed815b
manifest
manifest.uuid
src/dbstat.c
src/sqlite.h.in
src/where.c
src/whereInt.h
src/wherecode.c