]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a logic error introduced by [cea8bf79e18d55a8] which caused
authordrh <>
Wed, 29 Oct 2025 20:47:01 +0000 (20:47 +0000)
committerdrh <>
Wed, 29 Oct 2025 20:47:01 +0000 (20:47 +0000)
commitd443f0a95f5ecfda21437fe1de0a5f6b39ad6a56
tree2c6fc8c4e37014cf40d79d6a5e57fd4dd43976a0
parent34b1bf16ec4da777be78822d20e7e7d294b9cb41
Fix a logic error introduced by [cea8bf79e18d55a8] which caused
"0 OR 2" to be evaluated as "2" instead of as "1".  Problem reported at
[forum:/forumpost/d5f32040c5d50d2d|forum post d5f32040c].

FossilOrigin-Name: 095cc4f22e63c98cbb2acabdbcaf02e59e67ec6d3cc219b5f42a714e3d53a264
manifest
manifest.uuid
src/expr.c
test/e_expr.test
test/expr.test