]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix text-to-numeric type casting so that it works correctly on UTF16
authordrh <drh@noemail.net>
Wed, 20 Mar 2013 12:04:29 +0000 (12:04 +0000)
committerdrh <drh@noemail.net>
Wed, 20 Mar 2013 12:04:29 +0000 (12:04 +0000)
commit0e5fba790a07c2d3697b63a81d4e068be32dc707
tree5b05288d35c03d47d8459c01833c93b043a38303
parent339d6c6d17abc6a1e811a902c9bc435f7c1baf88
Fix text-to-numeric type casting so that it works correctly on UTF16
strings that contain characters where the LSB is numeric but the MSB
is non-zero.  Ticket [689137afb6da41]

FossilOrigin-Name: 5b22053f918d16f593227a432a5d5b4c195bb0b5
manifest
manifest.uuid
src/util.c
test/numcast.test [new file with mode: 0644]