]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When doing a text-affinity comparison between two values where one or both
authordrh <>
Sat, 20 Jan 2024 15:13:13 +0000 (15:13 +0000)
committerdrh <>
Sat, 20 Jan 2024 15:13:13 +0000 (15:13 +0000)
commit4c43f1881e86893c22ead7a72be6b14bbcd051eb
treed461d3b4d739192c0e7d1fca7ca07ee22ac3c357
parent8dca1905edbfb064b8bd99d3ffb07deeb370f8f8
When doing a text-affinity comparison between two values where one or both
have both a text and a numeric type, make sure the numeric type does not
confuse the answer.  This is a deeper fix to the problem observed by
[forum:/forumpost/3776b48e71|forum pose 3776b48e71].  The problem bisects
to [25f2246be404f38b] on 2014-08-24, prior to version 3.8.7.

FossilOrigin-Name: 709841f88c77276f09701bf38e25503c64b3a0afbe2fbf878136db12f31cbe21
ext/misc/noop.c
manifest
manifest.uuid
src/test1.c
src/vdbe.c
test/types3.test