]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that the replace() SQL function always returns a TEXT value even when its...
authormistachkin <mistachkin@noemail.net>
Wed, 6 Mar 2024 20:52:38 +0000 (20:52 +0000)
committermistachkin <mistachkin@noemail.net>
Wed, 6 Mar 2024 20:52:38 +0000 (20:52 +0000)
commit8013e8cffbbecc43eb5f8fe97c36cdaa539b97b0
tree3ce0ba776458b0e73ca4915548ad2890509e837d
parent91b54ccc8f437b605bd21c6e82656efdf482eb64
Ensure that the replace() SQL function always returns a TEXT value even when its first argument is numeric and its second argument is an empty string.  Fix for the issue reported by [forum:/forumpost/3776b48e71|forum post 3776b48e71].

FossilOrigin-Name: a7c98c8f19a1ac049b846da584b246706f2159455f4de7b50aacc1385b9f2987
manifest
manifest.uuid
src/func.c
test/func.test