Fix cs NO_CI

This commit is contained in:
Dennis Eichhorn 2020-06-08 09:49:45 +02:00 committed by GitHub
parent 360d0249b1
commit 3801c29cf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ final class SqlServerConnection extends ConnectionAbstract
if (!isset($this->dbdata['db'], $this->dbdata['host'], $this->dbdata['port'], $this->dbdata['database'], $this->dbdata['login'], $this->dbdata['password']) if (!isset($this->dbdata['db'], $this->dbdata['host'], $this->dbdata['port'], $this->dbdata['database'], $this->dbdata['login'], $this->dbdata['password'])
|| !DatabaseType::isValidValue($this->dbdata['db']) || !DatabaseType::isValidValue($this->dbdata['db'])
) { ) {
$this->status = DatabaseStatus::FAILURE; $this->status = DatabaseStatus::FAILURE;
$this->dbdata['password'] = '****'; $this->dbdata['password'] = '****';
//throw new InvalidConnectionConfigException((string) \json_encode($this->dbdata)); //throw new InvalidConnectionConfigException((string) \json_encode($this->dbdata));