Introduce mssql connection property 'host name in certificate' (#21064)

This commit is contained in:
Cheena Malhotra
2023-01-25 17:09:28 -08:00
committed by GitHub
parent 065dfef1e4
commit 81b7cd2612
10 changed files with 54 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ export class ConnectionService {
multipleActiveResultSets: undefined,
packetSize: undefined,
persistSecurityInfo: undefined,
hostNameInCertificate: undefined,
pooling: undefined,
replication: undefined,
trustServerCertificate: undefined,

View File

@@ -75,6 +75,7 @@ export const mockConnectionInfo: vscodeMssql.IConnectionInfo = {
expiresOn: 0,
encrypt: false,
trustServerCertificate: false,
hostNameInCertificate: '',
persistSecurityInfo: false,
connectTimeout: 15,
connectRetryCount: 0,