Register mysql, pgsql with mssql as default 'sql' kernel providers (#22729)

This commit is contained in:
Cheena Malhotra
2023-04-18 22:07:02 -07:00
committed by GitHub
parent 47a1745180
commit ba694a0558
4 changed files with 10 additions and 3 deletions

View File

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