projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
100c6ff
)
minor whitespace fix
Matt S Trout [Thu, 7 Mar 2019 02:05:25 +0000 (
02:05
+0000)]
lib/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract.pm
b/lib/SQL/Abstract.pm
index
06e7835
..
16c6c34
100644
(file)
--- a/
lib/SQL/Abstract.pm
+++ b/
lib/SQL/Abstract.pm
@@
-644,7
+644,7
@@
sub _expand_expr_hashpair {
{
my $op = $k;
$op =~ s/^-// if length($op) > 1;
-
+
# top level special ops are illegal in general
# note that, arguably, if it makes no sense at top level, it also
# makes no sense on the other side of an = sign or similar but DBIC