]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add support for the CONCAT() and CONCAT_WS() SQL functions, modeled after
authordrh <>
Tue, 29 Aug 2023 15:24:41 +0000 (15:24 +0000)
committerdrh <>
Tue, 29 Aug 2023 15:24:41 +0000 (15:24 +0000)
commite1e67abc5cf67f931aab1e471eda23d73f51d456
treecd15150a7924b410b7b8bc5a7f8f1750abcb8210
parentb44b8023782b00387bde7c00a0d83255284226a5
Add support for the CONCAT() and CONCAT_WS() SQL functions, modeled after
the PostgreSQL behavior.

FossilOrigin-Name: 0b434ca7aa19eff4ad134a8c6f88f6a7ccab88864faa55e93579a2462d8ac3bc
manifest
manifest.uuid
src/func.c
test/func9.test [new file with mode: 0644]