diff --git a/core/dbengine.php b/core/dbengine.php index 375c8a98..e91033b0 100644 --- a/core/dbengine.php +++ b/core/dbengine.php @@ -77,8 +77,8 @@ class PostgreSQL extends DBEngine /** @var string */ public $name = DatabaseDriver::PGSQL; - public $BOOL_Y = true; - public $BOOL_N = false; + public $BOOL_Y = "true"; + public $BOOL_N = "false"; public function init(PDO $db) {