...?
This commit is contained in:
parent
6516e5cc46
commit
51628607d0
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user