]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When deleting an SQL function that does not exist, return without doing
authordrh <>
Mon, 17 May 2021 13:11:24 +0000 (13:11 +0000)
committerdrh <>
Mon, 17 May 2021 13:11:24 +0000 (13:11 +0000)
commitba39ca40588dfef1a07f172c20fac0197c01c0a2
tree4ae3c5ac470ab103028e0f966685a394700261e9
parent9430506df07923d22a4bd03973ff5671e76dfed4
When deleting an SQL function that does not exist, return without doing
anything at all rather than creating a tombstone function.  In this way,
function deletes that happen inside virtual-table destructors that are run
when a database connection is closing do not create new tombstones in the
function table after the function table has already been purged.
[forum:/forumpost/726219164b|forum post 726219164b].

FossilOrigin-Name: 391c73132c80df944fb49a17d8fe78203c54ac48f968ee9dd9dd8c769c0b4b10
manifest
manifest.uuid
src/main.c
src/test8.c
test/vtab1.test