]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Revert sqlite3_enable_load_extension() to its original long-standing behavior.
authordrh <drh@noemail.net>
Thu, 21 Apr 2016 01:30:09 +0000 (01:30 +0000)
committerdrh <drh@noemail.net>
Thu, 21 Apr 2016 01:30:09 +0000 (01:30 +0000)
commit191dd06195817f9bf0b4250a28dddd97e9622762
tree0ffdb9bcbe29b78c4a98c5ed9228c1bc47f920ca
parent1a55dedf7ba312cc357fdfa669b14323693b6b90
Revert sqlite3_enable_load_extension() to its original long-standing behavior.
Add SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION which will enable only the C-API and
leave the SQL function disabled.

FossilOrigin-Name: b2ae5bfa32e608625bd177907596df3dbc2212e1
manifest
manifest.uuid
src/func.c
src/loadext.c
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c