projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c196314
)
use hashtriple for auto-{cmp}
Matt S Trout [Tue, 26 Mar 2019 03:38:23 +0000 (
03:38
+0000)]
lib/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract.pm
b/lib/SQL/Abstract.pm
index
e095b59
..
d710f02
100644
(file)
--- 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