projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
536dbae
)
Better diagnostics (unparse the parent of the failed chunk)
Peter Rabbitson [Sun, 28 Nov 2010 01:31:25 +0000 (
02:31
+0100)]
lib/SQL/Abstract/Test.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract/Test.pm
b/lib/SQL/Abstract/Test.pm
index
6ad4881
..
318b6ef
100644
(file)
--- a/
lib/SQL/Abstract/Test.pm
+++ b/
lib/SQL/Abstract/Test.pm
@@
-134,7
+134,6
@@
sub _eq_sql {
}
# different amount of elements
elsif (@$left != @$right) {
- $sql_differ = sprintf ("left: %s\nright: %s\n", map { $sqlat->unparse ($_) } ($left, $right) );
return 0;
}
# one is empty - so is the other