]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to unregister a virtual table module by invoking
authordrh <drh@noemail.net>
Fri, 16 Aug 2019 22:58:29 +0000 (22:58 +0000)
committerdrh <drh@noemail.net>
Fri, 16 Aug 2019 22:58:29 +0000 (22:58 +0000)
commitcc5979dbd384049c1efef847e5cc22082191024b
tree6d78eae3ee76266e7869e0fffa568c9a828e9763
parent4043cfef7590c5a8b90cfbee44b45f6ca8bbf176
Add the ability to unregister a virtual table module by invoking
sqlite3_create_module() with a NULL sqlite3_module pointer.

FossilOrigin-Name: 31e34fa3390196cdc3178bf120224b08df5ec58fa2c77079ede6e9461a430dad
manifest
manifest.uuid
src/main.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/vtab.c
test/intarray.test
test/vtab1.test