]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the OP_IfNotOpen opcode so that the jump is taken if the cursor is open
authordrh <>
Tue, 20 Sep 2022 19:22:17 +0000 (19:22 +0000)
committerdrh <>
Tue, 20 Sep 2022 19:22:17 +0000 (19:22 +0000)
commit8b9a3d1fc8481c691f66e0793b63f8de29ca59cd
tree1f6897ce490a74a71d59b3db6f12cd97e62280cf
parent5a0771a1f4b9b9baddb634cbadd823434b3f9346
Modify the OP_IfNotOpen opcode so that the jump is taken if the cursor is open
but was previously set to a NULL row using OP_NullRow.

FossilOrigin-Name: 1292d68caa7086610ddda343f3852e63de8da1eb66536ee4716b6529f5a31bc6
manifest
manifest.uuid
src/expr.c
src/vdbe.c