]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the sqlite3_load_extension() interface to permit extensions to load-permanently
authordrh <drh@noemail.net>
Sat, 28 May 2016 17:23:08 +0000 (17:23 +0000)
committerdrh <drh@noemail.net>
Sat, 28 May 2016 17:23:08 +0000 (17:23 +0000)
commitc1502e2f4ff34628e7e8bb0a0d8b7c0af3cb51ad
treee3ea5ba0fabb334f3dd057501ae902ba50ea1eeb
parent444c445ff8348ec27dcfdf153a4331e8c0d96e8b
Enhance the sqlite3_load_extension() interface to permit extensions to
return SQLITE_OK_LOAD_PERMANENTLY which will prevent the extensions from
unloading when the database connection closes.

FossilOrigin-Name: d3f99a5e8d0486d0917dfe96987c179a6f63b850
ext/misc/vfsstat.c
manifest
manifest.uuid
src/loadext.c
src/sqlite.h.in