mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
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:
committed by
GitHub
parent
1d60287795
commit
733c3628a1
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user