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

index 6ad4881..318b6ef 100644 (file)
@@ -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