Introduce 'Command Timeout' option for MSSQL connections (#21734)

This commit is contained in:
Cheena Malhotra
2023-01-26 13:50:21 -08:00
committed by GitHub
parent cf5572a7f1
commit f2f3d1c4ef
6 changed files with 44 additions and 0 deletions

View File

@@ -143,6 +143,12 @@
<trans-unit id="cms.connectionOptions.connectTimeout.displayName">
<source xml:lang="en">Connect timeout</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.commandTimeout.description">
<source xml:lang="en">The length of time (in seconds) to wait for a command to execute before terminating the attempt and generating an error</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.commandTimeout.displayName">
<source xml:lang="en">Command timeout</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.connectionName.description">
<source xml:lang="en">Custom name of the connection</source>
</trans-unit>

View File

@@ -208,6 +208,12 @@
<trans-unit id="mssql.connectionOptions.connectTimeout.displayName">
<source xml:lang="en">Connect timeout</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.commandTimeout.description">
<source xml:lang="en">The length of time (in seconds) to wait for a command to execute before terminating the attempt and generating an error</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.commandTimeout.displayName">
<source xml:lang="en">Command timeout</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.connectionName.description">
<source xml:lang="en">Custom name of the connection</source>
</trans-unit>