mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Added support for T-SQL parse (#642)
* added support for t-sql parse * added syntax parse to language service instead * fixed misleading error * code review comments
This commit is contained in:
@@ -702,7 +702,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(stepInfo.JobName))
|
||||
{
|
||||
return new Tuple<bool, string>(false, "JobId cannot be null");
|
||||
return new Tuple<bool, string>(false, "JobName cannot be null");
|
||||
}
|
||||
|
||||
JobData jobData;
|
||||
|
||||
Reference in New Issue
Block a user