projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6c46506
)
and hash de-hashpaired
Matt S Trout [Mon, 18 Mar 2019 04:16:37 +0000 (
04:16
+0000)]
lib/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract.pm
b/lib/SQL/Abstract.pm
index
edd134d
..
e75bfa8
100644
(file)
--- a/
lib/SQL/Abstract.pm
+++ b/
lib/SQL/Abstract.pm
@@
-723,7
+723,7
@@
sub _expand_expr_hashpair {
if (keys %$v > 1) {
return { -op => [
'and',
- map $self->_expand_expr_hashpair($k => { $_ => $v->{$_} }),
+ map $self->_expand_expr({ $k => { $_ => $v->{$_} } }),
sort keys %$v
] };
}