]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem causing the seek-scan optimization to skip over valid rows that could...
authordan <Dan Kennedy>
Fri, 7 Oct 2022 18:57:15 +0000 (18:57 +0000)
committerdan <Dan Kennedy>
Fri, 7 Oct 2022 18:57:15 +0000 (18:57 +0000)
commit73c586bcbfb4adbd275c46cc151198b099a90a70
treea8ea4d1f60300f3efc1448d94f5c478bdddba5d3
parent8a2254fa1ffd4bb083670aad50d095721bc079f7
Fix a problem causing the seek-scan optimization to skip over valid rows that could occur when it is used with expressions of the form (a IN (?,?..) AND b >= ?). dbsqlfuzz ab1db6dc0efb04cba1cd3431ee6da4894fdc4520.

FossilOrigin-Name: 63d9efe277759d4daa29794846b60c6f55491496618f423f61468df72d0a4633
manifest
manifest.uuid
src/vdbe.c
src/wherecode.c
test/seekscan1.test [new file with mode: 0644]