]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When doing a text-affinity comparison between two values where one or both have both...
authormistachkin <mistachkin@noemail.net>
Wed, 6 Mar 2024 20:54:38 +0000 (20:54 +0000)
committermistachkin <mistachkin@noemail.net>
Wed, 6 Mar 2024 20:54:38 +0000 (20:54 +0000)
commite7daad213fe787ef59fe9be7f23e3539442ff878
tree6870488dd686cbcb5a5f9ad27802af8b7038e958
parent8013e8cffbbecc43eb5f8fe97c36cdaa539b97b0
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 post 3776b48e71].  The problem bisects to [25f2246be404f38b] on 2014-08-24, prior to version 3.8.7.

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