We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17ebdd commit 29d6dddCopy full SHA for 29d6ddd
system/Database/SQLSRV/Connection.php
@@ -121,7 +121,7 @@ public function connect(bool $persistent = false)
121
unset($connection['UID'], $connection['PWD']);
122
}
123
124
- if (strpos($this->hostname, ',') === false && $this->port !== '' && (int)$this->port !== 1433) {
+ if (strpos($this->hostname, ',') === false && $this->port !== '' && (int) $this->port !== 1433) {
125
$this->hostname .= ', ' . $this->port;
126
127
0 commit comments