Add back getOptionsKey test that was reverted (#23274)

* Add back getOptionsKey test that was reverted

* Add serverCapabilities to the IConnectionProfile object
This commit is contained in:
Karl Burtram
2023-05-31 17:59:18 -07:00
committed by GitHub
parent a7ed867066
commit b0c27baa15
12 changed files with 33 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ let connectionProfile: IConnectionProfile = {
savePassword: true,
groupFullName: 'g2/g2-2',
groupId: 'group id',
serverCapabilities: undefined,
getOptionsKey: () => 'connection1',
getOptionKeyIdNames: undefined!,
matches: undefined!,
@@ -44,6 +45,7 @@ let editorConnectionProfile: IConnectionProfile = {
savePassword: true,
groupFullName: 'g2/g2-2',
groupId: 'group id',
serverCapabilities: undefined,
getOptionsKey: () => 'connection2',
getOptionKeyIdNames: undefined!,
matches: undefined!,
@@ -62,6 +64,7 @@ let connectionProfileWithoutDbName: IConnectionProfile = {
savePassword: true,
groupFullName: 'g2/g2-2',
groupId: 'group id',
serverCapabilities: undefined,
getOptionsKey: () => 'connection1',
getOptionKeyIdNames: undefined!,
matches: undefined!,