]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the "PRAGMA legacy_alter_table=ON" command to enable the pre-3.25.0
authordrh <drh@noemail.net>
Mon, 24 Sep 2018 20:48:20 +0000 (20:48 +0000)
committerdrh <drh@noemail.net>
Mon, 24 Sep 2018 20:48:20 +0000 (20:48 +0000)
commitca446b3ccd441b63d57c5757546c461000ddd7f5
tree1dc1bf89572b6530f39e38454ed32987a89326b3
parentd4c1fdafd3948862127fd374e7bfff4e797a50fd
Add the "PRAGMA legacy_alter_table=ON" command to enable the pre-3.25.0
behavior of ALTER TABLE that does not modify the bodies of triggers or
views or the WHERE clause of a partial index.  Enable the legacy behavior
by default when running the xRename method of virtual tables.

FossilOrigin-Name: 31dc8b191c3b7921f1e9ac1a07854d2bd9e39bc4a20cf2a70a28c41cdb0d0e95
manifest
manifest.uuid
src/alter.c
src/pragma.h
src/sqliteInt.h
src/vdbe.c
test/alterlegacy.test [new file with mode: 0644]
test/altermalloc2.test
test/altertab2.test [new file with mode: 0644]
tool/mkpragmatab.tcl