]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the new experimental sqlite3_auto_extension() API. (CVS 3362)
authordrh <drh@noemail.net>
Wed, 23 Aug 2006 20:07:20 +0000 (20:07 +0000)
committerdrh <drh@noemail.net>
Wed, 23 Aug 2006 20:07:20 +0000 (20:07 +0000)
commit1409be69aad8f3c63374dc3c88920bb0243ed4e1
tree3d7bf830cc98fffd9edf5343f8c49a94945a6a6e
parentad42c3a352f59c338a4139f73d113c91dc75d4bb
Add the new experimental sqlite3_auto_extension() API. (CVS 3362)

FossilOrigin-Name: a85fc877eb8c92bbb79ac9b7fa91fb362f37cdf7
12 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/loadext.c
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/test_autoext.c [new file with mode: 0644]
test/loadext.test
test/loadext2.test [new file with mode: 0644]