diff options
Diffstat (limited to 'src/func.c')
-rw-r--r-- | src/func.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/func.c b/src/func.c index 6c1e1f756..f50fa1986 100644 --- a/src/func.c +++ b/src/func.c @@ -2021,6 +2021,7 @@ void sqlite3RegisterBuiltinFunctions(void){ FUNCTION(coalesce, 1, 0, 0, 0 ), FUNCTION(coalesce, 0, 0, 0, 0 ), INLINE_FUNC(coalesce, -1, INLINEFUNC_coalesce, 0 ), + INLINE_FUNC(iif, 3, INLINEFUNC_iif, 0 ), }; #ifndef SQLITE_OMIT_ALTERTABLE sqlite3AlterFunctions(); |