]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The assertion change at check-in [7946c79567b0ccd3] is insufficient to fix
authordrh <>
Wed, 29 Nov 2023 02:45:09 +0000 (02:45 +0000)
committerdrh <>
Wed, 29 Nov 2023 02:45:09 +0000 (02:45 +0000)
commit2ba5534101c28d1edcc1f1c6e70a2bfb193b818b
tree97902847137545058c91c617f6eb6b2e6b375098
parent940b23bc3a7e2ddafd824b937f04869a30e1912f
The assertion change at check-in [7946c79567b0ccd3] is insufficient to fix
the problem of a Table object being deleted out from under the OP_VCheck
opcode.  We need to reference count the Table, which is accomplished here.

FossilOrigin-Name: cad269d5e274443c39203a56603b991accc0399135d436996fc039d1d28ec9db
manifest
manifest.uuid
src/pragma.c
src/vdbe.c
src/vdbe.h
src/vdbeaux.c