]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experiments in making loadable extensions easier to program. The
authordrh <drh@noemail.net>
Thu, 18 Apr 2013 22:56:42 +0000 (22:56 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Apr 2013 22:56:42 +0000 (22:56 +0000)
commitc288e442e3400e4672f81c1acf86bf2ed61480d1
tree30e03ee3c28e45c5fb586fe6fb4a5cc256fc4aa9
parent93c8c457e85e9fec3bd62278c62e77feaf722225
Experiments in making loadable extensions easier to program.  The
shared library filename tries various operating-system specific extensions
if the bare library name does not work.  And the entry point is derived
from the filename is the legacy entry point name "sqlite3_extension_init"
is not found.

FossilOrigin-Name: 6cfa1d73d79b9f0be8157f0a37c264dd95b031c8
manifest
manifest.uuid
src/loadext.c
src/sqlite.h.in