]> git.ipfire.org Git - thirdparty/sqlite.git/commit
<b>API Change:</b> Modify sqlite3_enable_load_extension() so that it only
authordrh <drh@noemail.net>
Wed, 20 Apr 2016 00:30:05 +0000 (00:30 +0000)
committerdrh <drh@noemail.net>
Wed, 20 Apr 2016 00:30:05 +0000 (00:30 +0000)
commit1a55dedf7ba312cc357fdfa669b14323693b6b90
treea528b5e82fd4f9a3f2d52649cdc9623b6b5a7252
parenta6dddd9bde0844ad453150954571dcf1af8dccbd
<b>API Change:</b> Modify sqlite3_enable_load_extension() so that it only
enables/disables the load_extension() SQL function, and leaves the C-APIs
enabled at all times.  In this way, applications can enable extension loading
for the C interface without having to expose that capability to the SQL.

FossilOrigin-Name: edb454e45ae008e051e2f48d704a855b0c3e4be9
manifest
manifest.uuid
src/func.c
src/loadext.c