drag n drop bounding characters (pgsql fix) (#14376)

* specifies object handling for all current providers

* implements the same for column dragndrop

* adjusted test

* adds pgsql provider name constant
This commit is contained in:
Drew Skwiers-Koballa
2021-03-05 15:22:47 -08:00
committed by GitHub
parent 1d60287795
commit 733c3628a1
3 changed files with 41 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ export const outputChannelName = 'MSSQL';
export const capabilitiesOptions = 'OPTIONS_METADATA';
export const mssqlProviderName = 'MSSQL';
export const pgsqlProviderName = 'PGSQL';
export const anyProviderName = '*';
export const connectionProviderContextKey = 'connectionProvider';