]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move the tointeger() and toreal() functions out of core and make them into
authordrh <drh@noemail.net>
Mon, 14 Oct 2013 21:14:42 +0000 (21:14 +0000)
committerdrh <drh@noemail.net>
Mon, 14 Oct 2013 21:14:42 +0000 (21:14 +0000)
commit5f8cdac620fbf61fbdebd173f18b06b7f6f1906f
treee6a4f36ada821bb2629913b96f706dbe866ffdf8
parent362d21614e22ed56cbffd4f786965aac8ddabdcd
Move the tointeger() and toreal() functions out of core and make them into
a run-time loadable extension.

FossilOrigin-Name: 9f66dd7e3790c04f0ab724419f5381bd21f9ebad
Makefile.in
Makefile.msc
ext/misc/totype.c [new file with mode: 0644]
main.mk
manifest
manifest.uuid
src/func.c
src/test1.c
test/func4.test