mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Adding External Streaming Job I/O validation to DacFxService (#1106)
* checkpoint * Not having cake, nor eating it * Working * Swapping external dll for nupkg * Extracting statement out of full TSQL * Improving error message * Fixing filename capitalization * Reverting csproj changes * Adding updated sr.cs file * VS lost tracking on strings file? * PR feedback * resx additions * More updated string files * Swapped nuget for dll * Revert "Swapped nuget for dll" This reverts commit 6013f3fadf58ebc7e3590a46811d9fd9fc3eaa4a. * Bumped netcore version to pull in support for extern aliasing nugets
This commit is contained in:
@@ -1787,10 +1787,40 @@
|
||||
<value>Extract project files</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="ValidateStreamingJobTaskName" xml:space="preserve">
|
||||
<value>Validate streaming job</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="ExtractInvalidVersion" xml:space="preserve">
|
||||
<value>Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="StreamNotFoundInModel" xml:space="preserve">
|
||||
<value>Streaming query statement contains a reference to missing {0} stream '{1}'. You must add it to the database model.</value>
|
||||
<comment>.
|
||||
Parameters: 0 - streamType (string), 1 - missingStreamName (string) </comment>
|
||||
</data>
|
||||
<data name="Input" xml:space="preserve">
|
||||
<value>input</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="Output" xml:space="preserve">
|
||||
<value>output</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="StreamingJobValidationFailed" xml:space="preserve">
|
||||
<value>Validation for external streaming job '{0}' failed:</value>
|
||||
<comment>.
|
||||
Parameters: 0 - jobName (string) </comment>
|
||||
</data>
|
||||
<data name="FragmentShouldHaveOnlyOneBatch" xml:space="preserve">
|
||||
<value>TSQL fragment should contain exactly one batch.</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="NoCreateStreamingJobStatementFound" xml:space="preserve">
|
||||
<value>No External Streaming Job creation TSQL found (EXEC sp_create_streaming_job statement).</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="PublishChangesTaskName" xml:space="preserve">
|
||||
<value>Apply schema compare changes</value>
|
||||
<comment></comment>
|
||||
|
||||
Reference in New Issue
Block a user