Feature: Parse Query Syntax (#1997)

* feature/parseSyntax

* added error when no connection

* removed elapsed time logic

* code review comments

* changed error message to match SSMS
This commit is contained in:
Aditya Bist
2018-07-25 16:11:58 -07:00
committed by GitHub
parent 7cda45c904
commit 335b9f445f
4 changed files with 71 additions and 3 deletions

2
src/sql/sqlops.d.ts vendored
View File

@@ -777,7 +777,7 @@ declare module 'sqlops' {
export interface SyntaxParseResult {
parseable: boolean;
errorMessages: string[];
errors: string[];
}
// Query Batch Notification -----------------------------------------------------------------------