mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
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:
2
src/sql/sqlops.d.ts
vendored
2
src/sql/sqlops.d.ts
vendored
@@ -777,7 +777,7 @@ declare module 'sqlops' {
|
||||
|
||||
export interface SyntaxParseResult {
|
||||
parseable: boolean;
|
||||
errorMessages: string[];
|
||||
errors: string[];
|
||||
}
|
||||
|
||||
// Query Batch Notification -----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user