Commit 8f42410b authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-87' into 2.0.x

parents e4f09159 debfdad8
......@@ -110,7 +110,7 @@ EOT
$rs = $stmt->execute();
if ($rs) {
$printer->writeln('OK!');
$output->writeln('OK!' . PHP_EOL);
} else {
$error = $stmt->errorInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment