]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem causing the sqlite_master entry corresponding to a virtual table
authordan <dan@noemail.net>
Fri, 28 Dec 2018 17:45:08 +0000 (17:45 +0000)
committerdan <dan@noemail.net>
Fri, 28 Dec 2018 17:45:08 +0000 (17:45 +0000)
commit1d4b16405b1463dea57d3f704ecb38f6e3038501
tree9e78aee9fcd049a11899e77523e2f6499470a292
parenteefc72d12fa7b76393e9a1092dfc8278260da1d9
Fix a problem causing the sqlite_master entry corresponding to a virtual table
to be removed by a DROP TABLE even if the call to the vtabs xDestroy() method
failed.

FossilOrigin-Name: 0140f6dbfbea93eadcd7f727d84064a0c0d1f0806dbe3e5ef1017da603157e3b
manifest
manifest.uuid
src/build.c
src/vdbe.c
src/vdbeaux.c
test/vtabdrop.test [new file with mode: 0644]