...?
This commit is contained in:
parent
6516e5cc46
commit
51628607d0
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Reference in a new issue