]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make the ieee754() a built-in function. Add the --ieee754 option to the
authordrh <drh@noemail.net>
Tue, 19 Jun 2018 21:15:51 +0000 (21:15 +0000)
committerdrh <drh@noemail.net>
Tue, 19 Jun 2018 21:15:51 +0000 (21:15 +0000)
commitb06782f467af80a77a706984d5e6d8d7793c81e2
treec00cef94af66dc828c8025ada81b034adbe22916
parentca5aa59453a2b5b0412dba951b2ecf96740bdc0b
Make the ieee754() a built-in function.  Add the --ieee754 option to the
".dump" command in the shell to cause it to output floating-point values as
ieee754() calls, so that the floating point number will be reproduced exactly.
Not sure yet that we want to go this way, but it is one option.

FossilOrigin-Name: 7fa8f16e586a52ac8b7f4991bdd31912ee61bd4845bdeced4c0dac363b7e823d
ext/misc/ieee754.c
manifest
manifest.uuid
src/func.c
src/shell.c.in