]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a off-by-one error in code generation that comes up when
authordrh <>
Mon, 26 Dec 2022 15:55:10 +0000 (15:55 +0000)
committerdrh <>
Mon, 26 Dec 2022 15:55:10 +0000 (15:55 +0000)
commit91dd309476ceb1902c2e391734639ce8c986c684
tree0691be6c7b43bd6db9e88b6a2d636562cfeb30ae
parent57d4d2f9843b7240f6ce50eec7328b26deb22d19
Fix a off-by-one error in code generation that comes up when
doing a DISTINCT query against a virtual table with an OR term in the
WHERE clause and where the ORDER BY clause has 64 or more references to
the result set.  [forum:/forumpost/dfe8084751|Forum post dfe8084751].
The error is harmless in production builds, but might cause an assertion
fault in a debugging build.

FossilOrigin-Name: cbcd7d9be5e5fa6c55fa53a868ff07ee2c1725fc27c57a4bb390072e369b2be4
manifest
manifest.uuid
src/where.c
test/where.test