Fixed interjecting arrayrefref into a where clause
[dbsrgits/SQL-Abstract.git] / t / 03values.t
index a9e3946..db28ab0 100644 (file)
@@ -109,5 +109,5 @@ for my $record (@data) {
     [$sql->values ($data)],
     [@bind],
     'values() output matches that of initial bind'
-  ) || diag "Corresponding SQL statement: $stmt";
+  );# || diag "Corresponding SQL statement: $stmt";
 }