]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add enforcement of read-only on shadow tables. This does not currently work
authordrh <drh@noemail.net>
Tue, 6 Nov 2018 13:37:20 +0000 (13:37 +0000)
committerdrh <drh@noemail.net>
Tue, 6 Nov 2018 13:37:20 +0000 (13:37 +0000)
commit5a65470300814c4f26c4952487385e33e5f286c2
tree6cb477bf05844240a12f8d4db4b72a50725f6af6
parent84c501bac16576916840daffb671b72cf1f75625
Add enforcement of read-only on shadow tables.  This does not currently work
since some virtual tables are attempting to update shadow tables using
sqlite3_exec().

FossilOrigin-Name: f79b47c9859de597d5924870752dd7cab89c8f0608e5cceb2281f6ffb2e91930
manifest
manifest.uuid
src/build.c
src/delete.c
src/prepare.c
src/sqliteInt.h