mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Revert new connection string format (#22997)
This commit is contained in:
@@ -67,12 +67,6 @@ export interface ConnectionProviderProperties {
|
||||
*/
|
||||
displayName: string;
|
||||
|
||||
/**
|
||||
* Enable to use all connection properties for URI generation (ServiceLayer requires the same options as well.)
|
||||
* If not specified, only IsIdentity options will be used instead (URI with basic info).
|
||||
*/
|
||||
useFullOptions?: boolean;
|
||||
|
||||
/**
|
||||
* Alias to be used for the kernel in notebooks
|
||||
*/
|
||||
|
||||
@@ -101,7 +101,6 @@ export class TestCapabilitiesService implements ICapabilitiesService {
|
||||
providerId: mssqlProviderName,
|
||||
displayName: 'MSSQL',
|
||||
connectionOptions: connectionProvider,
|
||||
useFullOptions: true,
|
||||
};
|
||||
let pgSQLCapabilities = {
|
||||
providerId: this.pgsqlProviderName,
|
||||
|
||||
Reference in New Issue
Block a user