]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Only allow shadow table to be written from within a recursive SQL call.
authordrh <drh@noemail.net>
Tue, 6 Nov 2018 14:03:07 +0000 (14:03 +0000)
committerdrh <drh@noemail.net>
Tue, 6 Nov 2018 14:03:07 +0000 (14:03 +0000)
commitfc25721c9e044a23b2a4ab904c68bbbe338d8165
tree71cc4c91b9cc9c71756582ced2e6282d2339ea31
parent5a65470300814c4f26c4952487385e33e5f286c2
Only allow shadow table to be written from within a recursive SQL call.
Omit the SQLITE_PREPARE_SHADOW flag.  Some tests are failing because the
tests depend on being able to write to shadow tables.

FossilOrigin-Name: d890c6582524677666e6f5b5817331dec332ade16b2f744cbb8a3c7dd9b63e21
ext/fts3/fts3_write.c
ext/fts5/fts5_index.c
ext/fts5/fts5_main.c
ext/fts5/fts5_storage.c
ext/rtree/rtree.c
manifest
manifest.uuid
src/delete.c
src/prepare.c
src/sqlite.h.in
src/sqliteInt.h