From: Matt S Trout Date: Sun, 29 Sep 2019 01:17:10 +0000 (+0000) Subject: still have to follow the rhs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FQ-Branch.git;a=commitdiff_plain;h=d29344f46a6fe65f723da65abd6cce9d1edf6b18 still have to follow the rhs --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 469b2b6..7545a3c 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 ] } }