]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Implement the IIF(x,y,z) SQL function that is short-hand for
authordrh <drh@noemail.net>
Wed, 13 May 2020 18:03:34 +0000 (18:03 +0000)
committerdrh <drh@noemail.net>
Wed, 13 May 2020 18:03:34 +0000 (18:03 +0000)
commit3c0e606bba4d489285f54bbed395a16e0fddf5d4
treea225e23a07f07dee7261ecb23e7130d84e11c0a5
parentffe421c76ad11c29287cbabe3548a7d95569ac37
Implement the IIF(x,y,z) SQL function that is short-hand for
"CASE WHEN x THEN y ELSE z END".  For compatibility with SQL Server.

FossilOrigin-Name: fce173cd211b15867369b6a54fad48168352fc83981a722ce98e57299b88608a
manifest
manifest.uuid
src/expr.c
src/func.c
src/sqliteInt.h
test/e_expr.test