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 ...@@ -110,7 +110,7 @@ EOT
$rs = $stmt->execute(); $rs = $stmt->execute();
if ($rs) { if ($rs) {
$printer->writeln('OK!'); $output->writeln('OK!' . PHP_EOL);
} else { } else {
$error = $stmt->errorInfo(); $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