This commit is contained in:
Shish 2019-12-26 16:33:08 +00:00
parent 6516e5cc46
commit 51628607d0

View file

@ -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)
{