]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Begin adding new SQL functions that depend on -lm: ceil(), ceiling(),
authordrh <drh@noemail.net>
Mon, 7 Dec 2020 17:15:32 +0000 (17:15 +0000)
committerdrh <drh@noemail.net>
Mon, 7 Dec 2020 17:15:32 +0000 (17:15 +0000)
commitf6e904bd9243498889ae3e628aeef9f697c728c9
tree3f3cc4437603e77f401151dac1083d9a2e8f7a69
parentaeb6bc56280c7961a0c5fe1a1e26a8e51bf8648d
Begin adding new SQL functions that depend on -lm:  ceil(), ceiling(),
floor(), ln(), log(), and log10() so far.  More to follow.

FossilOrigin-Name: 4db5f2f7875f6df78630a7816fc018141a6eee2e295b44fc7627eb66d07881ea
Makefile.msc
configure
configure.ac
manifest
manifest.uuid
src/ctime.c
src/func.c
src/sqliteInt.h
src/test_config.c
test/func7.test [new file with mode: 0644]