Skip to content

Commit d586a4b

Browse files
committed
Revert connection string
1 parent 6c19095 commit d586a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/SQLServerConnection.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (-not ([System.Management.Automation.PSTypeName]'SqlServerConnection').Type)
66
hidden [System.Security.SecureString]$Password
77
hidden [bool]$TrustedConnection
88
hidden [string]$ApplicationName
9-
hidden [string]$BaseConnectionString = "Connect Timeout=60;"#Encrypt=false;TrustServerCertificate=true;"
9+
hidden [string]$BaseConnectionString = "Connect Timeout=60;TrustServerCertificate=true;"
1010

1111
SqlServerConnection([string]$ServerName, [string]$UserName, [System.Security.SecureString]$Password,[string]$ApplicationName) {
1212
$this.ServerName = $ServerName.Trim()

0 commit comments

Comments
 (0)