]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure statement journals are initiated when doing DROP operations
authordrh <drh@noemail.net>
Tue, 4 Dec 2007 16:54:52 +0000 (16:54 +0000)
committerdrh <drh@noemail.net>
Tue, 4 Dec 2007 16:54:52 +0000 (16:54 +0000)
commit77658e2f0d6dc406798934a9fb20e87f6103d33b
tree0bd0428ffb349d076348b41ea8656282a5267e17
parent0349688fbcf03c37691108646bafcf49a6f5899b
Make sure statement journals are initiated when doing DROP operations
(since the DROP might fail after sqlite_master changes).  Also make
sure statement journals are initiated if there are pending SELECT
statements.  Ticket #2820. (CVS 4591)

FossilOrigin-Name: bf34284ff0c60ae6e735e09bb29cd48b158e8dce
manifest
manifest.uuid
src/build.c
src/vdbe.c
src/vdbeaux.c
test/tkt2820.test [new file with mode: 0644]
test/vtab7.test