aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Sql')
-rw-r--r--src/ext/Sql/wixext/SqlExtensionData.cs6
-rw-r--r--src/ext/Sql/wixlib/en-us.wxl2
2 files changed, 1 insertions, 7 deletions
diff --git a/src/ext/Sql/wixext/SqlExtensionData.cs b/src/ext/Sql/wixext/SqlExtensionData.cs
index 60de94fe..77a86bde 100644
--- a/src/ext/Sql/wixext/SqlExtensionData.cs
+++ b/src/ext/Sql/wixext/SqlExtensionData.cs
@@ -10,12 +10,6 @@ namespace WixToolset.Sql
10 /// </summary> 10 /// </summary>
11 public sealed class SqlExtensionData : BaseExtensionData 11 public sealed class SqlExtensionData : BaseExtensionData
12 { 12 {
13 /// <summary>
14 /// Gets the default culture.
15 /// </summary>
16 /// <value>The default culture.</value>
17 public override string DefaultCulture => "en-US";
18
19 public override bool TryGetSymbolDefinitionByName(string name, out IntermediateSymbolDefinition symbolDefinition) 13 public override bool TryGetSymbolDefinitionByName(string name, out IntermediateSymbolDefinition symbolDefinition)
20 { 14 {
21 symbolDefinition = SqlSymbolDefinitions.ByName(name); 15 symbolDefinition = SqlSymbolDefinitions.ByName(name);
diff --git a/src/ext/Sql/wixlib/en-us.wxl b/src/ext/Sql/wixlib/en-us.wxl
index 9e6e8765..654970a8 100644
--- a/src/ext/Sql/wixlib/en-us.wxl
+++ b/src/ext/Sql/wixlib/en-us.wxl
@@ -1,7 +1,7 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2 2
3 3
4<WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-us" ExtensionDefaultCulture="yes" xmlns="http://wixtoolset.org/schemas/v4/wxl">
5 <String Id="msierrSQLFailedCreateDatabase" Overridable="yes" Value="Error [2]: failed to create SQL database: [3], error detail: [4]." /> 5 <String Id="msierrSQLFailedCreateDatabase" Overridable="yes" Value="Error [2]: failed to create SQL database: [3], error detail: [4]." />
6 <String Id="msierrSQLFailedDropDatabase" Overridable="yes" Value="Error [2]: failed to drop SQL database: [3], error detail: [4]." /> 6 <String Id="msierrSQLFailedDropDatabase" Overridable="yes" Value="Error [2]: failed to drop SQL database: [3], error detail: [4]." />
7 <String Id="msierrSQLFailedConnectDatabase" Overridable="yes" Value="Failed to connect to SQL database. ([2] [3] [4] [5])" /> 7 <String Id="msierrSQLFailedConnectDatabase" Overridable="yes" Value="Failed to connect to SQL database. ([2] [3] [4] [5])" />