]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The quote() SQL function should convert +Inf into 9.0e+999 and -Inf into
authordrh <>
Mon, 26 Feb 2024 22:28:21 +0000 (22:28 +0000)
committerdrh <>
Mon, 26 Feb 2024 22:28:21 +0000 (22:28 +0000)
commitf79b0bdcbfb46164cfd665d256f2862bf3f42a7c
tree2879e03bf4e0a898bc7409dbce327876c2280caa
parent7c6433cfff58499a7ee2c9b103590359e0cf5226
The quote() SQL function should convert +Inf into 9.0e+999 and -Inf into
-9.0e+999.  See [forum:/forumpost/6675b25108|forum post 6675b25108].

FossilOrigin-Name: 85dd79a6edecfc8c6307c6d215998f76dab086aa14528ddc64eb9955501becfd
manifest
manifest.uuid
src/func.c
test/func.test