From: Matt S Trout Date: Tue, 26 Mar 2019 03:38:23 +0000 (+0000) Subject: use hashtriple for auto-{cmp} X-Git-Tag: v1.90_01~308 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a68dac76d50122aa84769ab2a702bda021c9617;p=dbsrgits%2FSQL-Abstract.git use hashtriple for auto-{cmp} --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index e50b206..b4fcecb 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -638,7 +638,7 @@ sub _expand_expr_hashpair_ident { and not defined $v->{-value} ) ) { - return $self->_expand_expr({ $k => { $self->{cmp} => undef } }); + return $self->_expand_expr_hashtriple($k => $self->{cmp} => undef); } # scalars and objects get expanded as whatever requested or values