]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that the replace() SQL function always returns a TEXT value even
authordrh <>
Sat, 20 Jan 2024 13:18:22 +0000 (13:18 +0000)
committerdrh <>
Sat, 20 Jan 2024 13:18:22 +0000 (13:18 +0000)
commit8dca1905edbfb064b8bd99d3ffb07deeb370f8f8
tree9ff1c087bb5cfed2d505d212d0f9a8ecf6c56723
parent777a08893bd08bfed6fc09e498912fb63d974d83
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: 01868ebcd25fadb2034da234c0636e82d07c5abc902ef66493cadfc988e74d7b
manifest
manifest.uuid
src/func.c
test/func.test