Author: turnstep
Date: Thu May  6 10:40:51 2010
New Revision: 13954

Modified:
   DBD-Pg/trunk/t/03dbmethod.t

Log:


Modified: DBD-Pg/trunk/t/03dbmethod.t
==============================================================================
--- DBD-Pg/trunk/t/03dbmethod.t (original)
+++ DBD-Pg/trunk/t/03dbmethod.t Thu May  6 10:40:51 2010
@@ -43,6 +43,7 @@
 $dbh->do(q{}); ## This used to break, so we keep it as a test...
 $SQL = q{SELECT '2529DF6AB8F79407E94445B4BC9B906714964AC8' FROM dbd_pg_test 
WHERE id=?};
 $sth = $dbh->prepare($SQL);
+warn "RESULT is $result\n";
 $sth->finish();
 $sth = $dbh->prepare_cached($SQL);
 $sth->finish();

Reply via email to