]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improve text-to-integer conversion in boundary cases. The
authordrh <drh@noemail.net>
Fri, 26 Jan 2018 18:37:34 +0000 (18:37 +0000)
committerdrh <drh@noemail.net>
Fri, 26 Jan 2018 18:37:34 +0000 (18:37 +0000)
commit4eb57ceffc2735a078fd66e58650f10f44e56a63
tree3a24012338870af0bb9bba4c19d7388040b7bc09
parent8558ef2e199c63455305ea3ffb7f31a56193814d
Improve text-to-integer conversion in boundary cases.  The
sqlite3Atoi64() function always returns the minimum or maximum integer
if the magnitude of the text value is too large.  Trailing whitespace is
now ignored.

FossilOrigin-Name: ace0644a1a2a42a3ea42d44f00a31915b8a7e56c9ba90f90a6c02001f89f9c86
manifest
manifest.uuid
src/util.c
test/cast.test