switch more is expansion cases
Matt S Trout [Tue, 26 Mar 2019 02:51:50 +0000 (02:51 +0000)]
lib/SQL/Abstract.pm

index 5a80fcb..aa1e95e 100644 (file)
@@ -717,7 +717,8 @@ sub _expand_expr_hashpair_ident {
       : $op =~ $self->{inequality_op} ? 'is not'
       : $op =~ $self->{not_like_op}   ? belch("Supplying an undefined argument to '@{[ uc $op]}' is deprecated") && 'is not'
       : puke "unexpected operator '$op' with undef operand";
-      return +{ -op => [ $is.' null', $ik ] };
+
+      return $self->_expand_expr_hashpair($k => { $is, undef });
     }
     local our $Cur_Col_Meta = $k;
     return +{ -op => [