]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Changes to completely remove all floating point ops if SQLITE_OMIT_FLOATING_POINT...
authorshane <shane@noemail.net>
Wed, 4 Feb 2009 03:59:25 +0000 (03:59 +0000)
committershane <shane@noemail.net>
Wed, 4 Feb 2009 03:59:25 +0000 (03:59 +0000)
commitfbd60f826d0276401c6dd3d085ce4ebb7843836e
treed841324093c9e0c02e0268fcb52baab06a5e48a3
parent63207ab2623be80c0a63c777f71e86d81d732f1d
Changes to completely remove all floating point ops if SQLITE_OMIT_FLOATING_POINT defined.  Note that w/o fp, date/time, round, nan, etc. are all gone or limited in functionality.   Updated some of the test scripts to support missing fp and 64-bit functionality.   Ticket #3029. (CVS 6250)

FossilOrigin-Name: 5cef400023205b55152b91441acc78f9cd8d58a9
14 files changed:
manifest
manifest.uuid
src/date.c
src/expr.c
src/func.c
src/main.c
src/os_win.c
src/util.c
src/vdbe.c
src/vdbeapi.c
src/vdbemem.c
src/where.c
test/expr.test
test/func.test