]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix to the previous checkin: The colUsed parameter should have high-order bit
authordrh <>
Sat, 3 Aug 2024 23:00:17 +0000 (23:00 +0000)
committerdrh <>
Sat, 3 Aug 2024 23:00:17 +0000 (23:00 +0000)
commit3a799b3e4e9f485e6efeb08fc508ee6570b6fa3b
tree37a533c8181c9d7fd7c3ecb2f1b6bee0ef91df83
parent133f930e61cc3e43369a44959169abe525b9a822
Fix to the previous checkin:  The colUsed parameter should have high-order bit
set if any of the 64-th or greater columns of the virtual table is used.  The
lower 63 bits of colUsed always show the usage of the first 63 columns of the
virtual table.

FossilOrigin-Name: 90ac8457750ace1d76d7bc957af7877e86e6301bb07361e19beaf5c7b3b6085a
manifest
manifest.uuid
src/where.c