From 51628607d057cc88bc8896e472187df168481411 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 26 Dec 2019 16:33:08 +0000 Subject: [PATCH] ...? --- core/dbengine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {