]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ieee754() SQL function that interprets a blob as a big-endian double. ieee754-func
authordrh <drh@noemail.net>
Mon, 18 Jun 2012 14:23:06 +0000 (14:23 +0000)
committerdrh <drh@noemail.net>
Mon, 18 Jun 2012 14:23:06 +0000 (14:23 +0000)
commit61d2f915e3429cbbc52bb2a8292b87449853a7da
tree2edb222f72873f7e2bfde0ca235017d926260a6e
parent8ba0d1cbca6ffd8f0fb93de1d5b51451591b0500
Add the ieee754() SQL function that interprets a blob as a big-endian double.
Arrange for the quote() SQL function to emit ieee754() functions in its output
so that floating-point values in the database are exactly preserved by a
".dump" command in the shell.

FossilOrigin-Name: 87597e988fc6aad00e1326c152830a0938d30457
manifest
manifest.uuid
src/func.c