When doing a text-affinity comparison between two values where one or both
commita3473648dbb1d67e3f9a454e6b9f0f9ff1452206
authorD. Richard Hipp <drh@hwaci.com>
Sat, 20 Jan 2024 15:13:13 +0000 (20 15:13 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Sat, 20 Jan 2024 15:13:13 +0000 (20 15:13 +0000)
treeb9c6f4d2b2fd80b6066299e31a6d9af2ceab01b6
parent35c5a40452594b9cfe1d1bc3b9082e4759c184e9
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.
ext/misc/noop.c
src/test1.c
src/vdbe.c
test/types3.test