]> git.ipfire.org Git - thirdparty/sqlite.git/commit
New shell command ".load" and the sqlite3_load_extension() API allow
authordrh <drh@noemail.net>
Thu, 8 Jun 2006 15:28:43 +0000 (15:28 +0000)
committerdrh <drh@noemail.net>
Thu, 8 Jun 2006 15:28:43 +0000 (15:28 +0000)
commit1e397f8fb4f94de4c4ad0e47c43cb145c2d436a6
treeafcb236b51acd185e36bbf8cbc29812831ae3b6b
parent27059128048167181e74ae3e3d31218e9c0005be
New shell command ".load" and the sqlite3_load_extension() API allow
new SQL functions and collating sequences to be loaded at run-time from
a DLL or shared library. (CVS 3207)

FossilOrigin-Name: 4ca932d3ae9bb97b819b5baf6fd3e1cebda9e0e2
Makefile.in
main.mk
manifest
manifest.uuid
src/loadext.c [new file with mode: 0644]
src/shell.c
src/sqlite.h.in
src/sqlite3ext.h [new file with mode: 0644]