projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7c4d227
)
bender
Matt S Trout [Sat, 24 Aug 2019 04:18:47 +0000 (
04:18
+0000)]
maint/sqlacexpr
patch
|
blob
|
blame
|
history
diff --git
a/maint/sqlacexpr
b/maint/sqlacexpr
index
a09ce2a
..
ddcda1f
100755
(executable)
--- a/
maint/sqlacexpr
+++ b/
maint/sqlacexpr
@@
-18,4
+18,4
@@
my ($q, @bind) = $sqlac->${\$ARGV[0]}(@args);
Dwarn [ Q => @$q ];
print STDERR $q->format."\n";
-Dwarn \@bind;
+Dwarn [ 0, @bind ];