Archived
Schema Compare open SCMP file (#825)
* initial open scmp changes * more open scmp changes and adding tests * moving some common test code * simplify endpoint info parsing * addressing comments and moving more common test code * addressing comments
This commit is contained in:
@@ -2933,6 +2933,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string OpenScmpConnectionBasedModelParsingError
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.OpenScmpConnectionBasedModelParsingError);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ConnectionServiceListDbErrorNotConnected(string uri)
|
||||
{
|
||||
return Keys.GetString(Keys.ConnectionServiceListDbErrorNotConnected, uri);
|
||||
@@ -4270,6 +4278,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string SchemaCompareExcludeIncludeNodeNotFound = "SchemaCompareExcludeIncludeNodeNotFound";
|
||||
|
||||
|
||||
public const string OpenScmpConnectionBasedModelParsingError = "OpenScmpConnectionBasedModelParsingError";
|
||||
|
||||
|
||||
private Keys()
|
||||
{ }
|
||||
|
||||
|
||||
@@ -1719,4 +1719,8 @@
|
||||
<value>Failed to find the specified change in the model</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="OpenScmpConnectionBasedModelParsingError" xml:space="preserve">
|
||||
<value>Error encountered while trying to parse connection information for endpoint '{0}' with error message '{1}'</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -796,4 +796,5 @@ ExtractInvalidVersion = Invalid version '{0}' passed. Version must be in the for
|
||||
############################################################################
|
||||
# Schema Compare
|
||||
PublishChangesTaskName = Apply schema compare changes
|
||||
SchemaCompareExcludeIncludeNodeNotFound = Failed to find the specified change in the model
|
||||
SchemaCompareExcludeIncludeNodeNotFound = Failed to find the specified change in the model
|
||||
OpenScmpConnectionBasedModelParsingError = Error encountered while trying to parse connection information for endpoint '{0}' with error message '{1}'
|
||||
@@ -1996,6 +1996,11 @@
|
||||
<target state="new">Failed to find the specified change in the model</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="OpenScmpConnectionBasedModelParsingError">
|
||||
<source>Error encountered while trying to parse connection information for endpoint '{0}' with error message '{1}'</source>
|
||||
<target state="new">Error encountered while trying to parse connection information for endpoint '{0}' with error message '{1}'</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user