projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2996c09
)
I don't have a test for this but I'm sure that was an error
Matt S Trout [Tue, 5 Mar 2019 02:36:12 +0000 (
02:36
+0000)]
lib/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract.pm
b/lib/SQL/Abstract.pm
index
d0d9e94
..
11702e5
100644
(file)
--- a/
lib/SQL/Abstract.pm
+++ b/
lib/SQL/Abstract.pm
@@
-902,7
+902,7
@@
sub _recurse_where {
# Special case: top level simple string treated as literal
my $where_exp = (ref($where)
- ? $self->expand_expr($where, $logic)
+ ? $self->_expand_expr($where, $logic)
: { -literal => [ $where ] });
# dispatch expanded expression