From: Matt S Trout Date: Sun, 29 Sep 2019 01:17:10 +0000 (+0000) Subject: still have to follow the rhs X-Git-Tag: v2.000000~3^2~97 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bdb9f725f8a07ec94321a94f16fc9bc0c4c083c4;p=dbsrgits%2FSQL-Abstract.git still have to follow the rhs --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index c4b37b4..811e888 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -1302,7 +1302,7 @@ sub _expand_between { return +{ -op => [ $op, $self->expand_expr(ref($k) ? $k : { -ident => $k }), - @rhs + map $self->expand_expr($_, -value), @rhs ] } }