]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Increase the resolution of the second parameter to the likelihood() SQL
authordrh <drh@noemail.net>
Sat, 25 Oct 2014 13:42:16 +0000 (13:42 +0000)
committerdrh <drh@noemail.net>
Sat, 25 Oct 2014 13:42:16 +0000 (13:42 +0000)
commitd05ab6aacf08a1fd7af581cae4b28390ecd5c44c
treea0d6853758bf5745ff18c58bd46a650c12c0cf1c
parent051575cbf4c47fc472f53146e30d6ddddc9054b3
Increase the resolution of the second parameter to the likelihood() SQL
function (the probability value) so that it can handle probabilities
as small as 0.00000001.  Formerly, it ran out of precision at 0.001.

FossilOrigin-Name: 0f08924fe0c52a85a103f67bee9809e0f8f884b0
manifest
manifest.uuid
src/resolve.c
src/sqliteInt.h
src/where.c