mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-03 17:24:53 -05:00
Support GO N syntax to execute multiple times (#551)
* Support `GO N` syntax to execute multiple times - Plumbed through the batch execution count from the parser and used in the batch execution code path - Functionality matches SSMS: - Outputs loop start/end messages that match SSMS if you're doing multi-batch execution - Outputs an "ignoring failure" error if an error happens during a batch - Added tests for this - Manually verified end to end also * Fixing test error
This commit is contained in:
@@ -397,7 +397,7 @@
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="EE_ExecutionInfo_InitilizingLoop">
|
||||
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
|
||||
<source>Starting execution loop of {0} times...</source>
|
||||
<target state="new">{0}-malige Batchausführung wurde gestartet.</target>
|
||||
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="EE_ExecutionInfo_InitilizingLoop">
|
||||
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
|
||||
<source>Starting execution loop of {0} times...</source>
|
||||
<target state="new">Iniciando bucle de ejecución de {0} veces...</target>
|
||||
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="EE_ExecutionInfo_InitilizingLoop">
|
||||
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
|
||||
<source>Starting execution loop of {0} times...</source>
|
||||
<target state="new">Démarrage de la boucle d'exécution pour {0} fois...</target>
|
||||
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="EE_ExecutionInfo_InitilizingLoop">
|
||||
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
|
||||
<source>Starting execution loop of {0} times...</source>
|
||||
<target state="new">Avvio ciclo di esecuzione di {0} volte...</target>
|
||||
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="EE_ExecutionInfo_InitilizingLoop">
|
||||
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
|
||||
<source>Starting execution loop of {0} times...</source>
|
||||
<target state="new">{0} 回の実行ループを開始しています.</target>
|
||||
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="EE_ExecutionInfo_InitilizingLoop">
|
||||
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
|
||||
<source>Starting execution loop of {0} times...</source>
|
||||
<target state="new">{0} 번 루프 실행을 시작 하는 중...</target>
|
||||
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="EE_ExecutionInfo_InitilizingLoop">
|
||||
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
|
||||
<source>Starting execution loop of {0} times...</source>
|
||||
<target state="new">Iniciando a execução do loop {0} vezes...</target>
|
||||
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="EE_ExecutionInfo_InitilizingLoop">
|
||||
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
|
||||
<source>Starting execution loop of {0} times...</source>
|
||||
<target state="new">Начало цикла выполнения {0} раз...</target>
|
||||
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="EE_ExecutionInfo_InitilizingLoop">
|
||||
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
|
||||
<source>Starting execution loop of {0} times...</source>
|
||||
<target state="new">正在开始执行循环的次数为 {0} 次...</target>
|
||||
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="EE_ExecutionInfo_InitilizingLoop">
|
||||
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
|
||||
<source>Starting execution loop of {0} times...</source>
|
||||
<target state="new">正在啟動 {0} 次執行迴圈...</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user