diff options
Diffstat (limited to 'src/expr.c')
-rw-r--r-- | src/expr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr.c b/src/expr.c index 0bb7a8d8f..c09c0c56c 100644 --- a/src/expr.c +++ b/src/expr.c @@ -5012,6 +5012,7 @@ static int impliesNotNullRow(Walker *pWalker, Expr *pExpr){ case TK_ISNULL: case TK_IS: case TK_OR: + case TK_CASE: case TK_FUNCTION: case TK_AGG_FUNCTION: return WRC_Prune; |