Improve text-to-integer conversion in boundary cases. The
commitff7edf28289d4bf8b0f72545df86b39ac3821989
authorD. Richard Hipp <drh@hwaci.com>
Fri, 26 Jan 2018 18:37:34 +0000 (26 18:37 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Fri, 26 Jan 2018 18:37:34 +0000 (26 18:37 +0000)
treed15a05d1c399ef967bca6b81ad1dc878e7873877
parenta32612149d2211bbcde7989591acfa8868d1ae71
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.
src/util.c
test/cast.test