]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the new sqlite3_create_filename() and sqlite3_free_filename() interfaces
authordrh <drh@noemail.net>
Tue, 18 Feb 2020 19:49:48 +0000 (19:49 +0000)
committerdrh <drh@noemail.net>
Tue, 18 Feb 2020 19:49:48 +0000 (19:49 +0000)
commit4defdddc31c9ad128ddc80860e794616664999ef
tree190f70d7d22d8182ab909ba30329b709e65ba1c6
parent0184a256e3f4cc124ef0f72a207ba430796d28a6
Add the new sqlite3_create_filename() and sqlite3_free_filename() interfaces
for use by Shims.  Use these interfaces inside the multiplexor.

FossilOrigin-Name: 9469f36ac89e4b75d0ab25fefbeff25201992c53141da915dcaa017083cab6db
manifest
manifest.uuid
src/loadext.c
src/main.c
src/pager.c
src/sqlite.h.in
src/sqlite3ext.h
src/test_multiplex.c