Skip to content

Commit

Permalink
Removing incorrect "attachedDBFileName" option. The correct option al…
Browse files Browse the repository at this point in the history
…ready existed: "attachDbFileName" (no "ed") (#2408)
  • Loading branch information
Benjin authored Oct 15, 2024
1 parent e492c14 commit d2da57c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,6 @@ internal static ConnectionProviderOptions BuildConnectionProviderOptions()
ValueType = ConnectionOption.ValueTypeString,
},
new ConnectionOption
{
Name = "attachedDBFileName",
DisplayName = SR.ConnectionConfigOptions_attachedDBFileName_displayName,
Description = SR.ConnectionConfigOptions_attachedDBFileName_description,
ValueType = ConnectionOption.ValueTypeString,
GroupName = SR.ConnectionConfigOptions_groups_context
},
new ConnectionOption
{
Name = "contextConnection",
DisplayName = SR.ConnectionConfigOptions_contextConnection_displayName,
Expand Down Expand Up @@ -292,7 +284,7 @@ internal static ConnectionProviderOptions BuildConnectionProviderOptions()
Name = "attachDbFilename",
DisplayName = SR.ConnectionConfigOptions_attachDbFilename_displayName,
ValueType = ConnectionOption.ValueTypeString,
GroupName = "Source"
GroupName = SR.ConnectionConfigOptions_groups_context
},
new ConnectionOption
{
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -5506,7 +5506,7 @@ The Query Processor estimates that implementing the following index could improv
<comment></comment>
</data>
<data name="ConnectionConfigOptions_connectTimeout_displayName" xml:space="preserve">
<value>Connect timeout</value>
<value>Connection timeout (seconds)</value>
<comment></comment>
</data>
<data name="ConnectionConfigOptions_connectTimeout_description" xml:space="preserve">
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
<note></note>
</trans-unit>
<trans-unit id="ConnectionConfigOptions_connectTimeout_displayName">
<source>Connect timeout</source>
<target state="new">Connect timeout</target>
<source>Connection timeout (seconds)</source>
<target state="new">Connection timeout (seconds)</target>
<note></note>
</trans-unit>
<trans-unit id="ConnectionConfigOptions_commandTimeout_displayName">
Expand Down

0 comments on commit d2da57c

Please sign in to comment.