Compare commits
2 Commits
724ab250ab
...
84682d1c8e
Author | SHA1 | Date | |
---|---|---|---|
|
84682d1c8e | ||
|
52f240ef15 |
@ -100,6 +100,9 @@ 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}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user