]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_create_function_v2() API, a version of create_function that allows...
authordan <dan@noemail.net>
Fri, 27 Aug 2010 17:48:52 +0000 (17:48 +0000)
committerdan <dan@noemail.net>
Fri, 27 Aug 2010 17:48:52 +0000 (17:48 +0000)
commitd2199f0f8d8f16b1b9ce39eba8d5763d246f6502
tree4da782d74b5fbf9e0f13e696bbb5d450e9ba2685
parentbadc980afa4ae2fb94cce8182bb31346ed91f7c7
Add the sqlite3_create_function_v2() API, a version of create_function that allows a destructor to be specified.

FossilOrigin-Name: 9a724dfbe822c77e76721abe3443c9cb018bb2e2
manifest
manifest.uuid
src/func.c
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
test/func3.test [new file with mode: 0644]