aboutsummaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr.c b/src/expr.c
index d83e18eb2..80bc002d7 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -5103,6 +5103,7 @@ static int impliesNotNullRow(Walker *pWalker, Expr *pExpr){
switch( pExpr->op ){
case TK_ISNOT:
case TK_NOT:
+ case TK_BITNOT:
case TK_ISNULL:
case TK_NOTNULL:
case TK_IS: