]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the sqlite3_load_extension() API so that the first parameter (the "db" persistent-extensions
authordrh <drh@noemail.net>
Sat, 28 May 2016 15:03:06 +0000 (15:03 +0000)
committerdrh <drh@noemail.net>
Sat, 28 May 2016 15:03:06 +0000 (15:03 +0000)
commit52195c3f8b74b68fcade75f61bd19351b0d4500d
treef8b88aa1892a5bc5e6b61d75691f69bc68412e7a
parent3c40ae7d3aa982d7f389be43ce11263219dfe1ea
Enhance the sqlite3_load_extension() API so that the first parameter (the "db"
parameter) can be NULL.  An extension that is not associated with any
database connection remains loaded for the life of the process.

FossilOrigin-Name: 3a461043898a77b14ffc12b5e332b3d65a8dca1d
manifest
manifest.uuid
src/loadext.c
src/shell.c