Commit 3ff08abc authored by Tiago Brito's avatar Tiago Brito Committed by Steve Müller

Revert change to fix php 5.6

parent 11b73052
...@@ -806,7 +806,7 @@ class PostgreSqlPlatform extends AbstractPlatform ...@@ -806,7 +806,7 @@ class PostgreSqlPlatform extends AbstractPlatform
$item, $item,
function ($boolean) { function ($boolean) {
if (null === $boolean) { if (null === $boolean) {
return null; return 'NULL';
} }
return true === $boolean ? 'true' : 'false'; return true === $boolean ? 'true' : 'false';
......
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