Compare commits
No commits in common. "84682d1c8e78ec94d6420094d015330fda0036df" and "724ab250abe488ce46b39c888d90cb64645f8bbb" have entirely different histories.
84682d1c8e
...
724ab250ab
@ -100,9 +100,6 @@ class MsSQL implements AdapterInterface {
|
||||
if ( $this->encrypt ?? false ) {
|
||||
$parts[] = "Encrypt=1";
|
||||
}
|
||||
else {
|
||||
$parts[] = "Encrypt=0";
|
||||
}
|
||||
|
||||
if ( $this->failoverPartner ?? false ) {
|
||||
$parts[] = "Failover_Partner={$this->failoverPartner}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user