Compare commits

..

No commits in common. "84682d1c8e78ec94d6420094d015330fda0036df" and "724ab250abe488ce46b39c888d90cb64645f8bbb" have entirely different histories.

View File

@ -100,9 +100,6 @@ class MsSQL implements AdapterInterface {
if ( $this->encrypt ?? false ) { if ( $this->encrypt ?? false ) {
$parts[] = "Encrypt=1"; $parts[] = "Encrypt=1";
} }
else {
$parts[] = "Encrypt=0";
}
if ( $this->failoverPartner ?? false ) { if ( $this->failoverPartner ?? false ) {
$parts[] = "Failover_Partner={$this->failoverPartner}"; $parts[] = "Failover_Partner={$this->failoverPartner}";