]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not allow direct access to internal-use SQL functions such as
authordrh <drh@noemail.net>
Mon, 26 Nov 2018 18:09:15 +0000 (18:09 +0000)
committerdrh <drh@noemail.net>
Mon, 26 Nov 2018 18:09:15 +0000 (18:09 +0000)
commiteea8eb6d04f5eb2528f21d0585d603e4c1abe2ae
tree6504b0e99e092c6285f77292ec7796b0ce100f1a
parent49b269e0955b86db3205c11153928e093197fa38
Do not allow direct access to internal-use SQL functions such as
sqlite_rename_column() and sqlite3_rename_table() except when the
new SQLITE_TESTCTRL_INTERNAL_FUNCTIONS flag is set.

FossilOrigin-Name: 6e1330545e7b74fe5f1f20751a3425e2788441485fc07fcb7626e448c72027ce
18 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/alter.c
src/global.c
src/main.c
src/pragma.c
src/resolve.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
test/alter.test
test/altercol.test
test/altertab.test
test/fkey2.test
test/without_rowid3.test