Fix connection profile prompt for Create Function with SQL Binding (#19211)

* fix no connection profile and progress report

* show connection profile prompt if user exits object

* address comments
This commit is contained in:
Vasu Bhog
2022-04-27 15:14:39 -07:00
committed by GitHub
parent 727f37d6a5
commit a3efb193e0
2 changed files with 48 additions and 1 deletions

View File

@@ -87,3 +87,4 @@ export const userPasswordLater = localize('userPasswordLater', 'In order to user
export const openFile = localize('openFile', "Open File");
export const closeButton = localize('closeButton', "Close");
export function addSqlBinding(functionName: string): string { return localize('addSqlBinding', 'Adding SQL Binding to function "{0}"...'), functionName; }
export const connectionProgressTitle = localize('connectionProgressTitle', "Testing SQL Server connection...");