Add getOptionKeyIdNames to IConnectionProfile (#23262)

This commit is contained in:
Karl Burtram
2023-05-31 09:00:30 -07:00
committed by GitHub
parent 716176be07
commit 631461494f
12 changed files with 26 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ suite('AsyncServerTreeDragAndDrop', () => {
groupFullName: 'g2/g2-2',
groupId: 'group id',
getOptionsKey: undefined!,
getOptionKeyIdNames: undefined!,
matches: undefined!,
providerName: mssqlProviderName,
options: {},

View File

@@ -41,6 +41,7 @@ suite('SQL Drag And Drop Controller tests', () => {
groupFullName: 'g2/g2-2',
groupId: 'group id',
getOptionsKey: undefined!,
getOptionKeyIdNames: undefined!,
matches: undefined!,
providerName: mssqlProviderName,
options: {},
@@ -59,6 +60,7 @@ suite('SQL Drag And Drop Controller tests', () => {
groupFullName: 'g2/g2-2',
groupId: 'group id',
getOptionsKey: undefined!,
getOptionKeyIdNames: undefined!,
matches: undefined!,
providerName: pgsqlProviderName,
options: {},