trim errors; pq\COPY++
[m6w6/ext-pq] / tests / trans001.phpt
index 11a4276a0a625a62b232620d6025a8d5a8892571..e6d53ee703593da20002af807b40f2ccd22aaaed 100644 (file)
@@ -10,7 +10,7 @@ include "_setup.inc";
 
 $c = new pq\Connection(PQ_DSN);
 new pq\Event($c, pq\Event::NOTICE, function($c, $notice) {
-       echo "Got notice: $notice";
+       echo "Got notice: $notice\n";
 });
 $t = new pq\Transaction($c);
 $c->exec("DROP TABLE IF EXISTS test; CREATE TABLE test (id serial, data text)");