mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
added parse syntax params to sqlops (#1906)
This commit is contained in:
committed by
Karl Burtram
parent
e99101447e
commit
cbce1f7008
5
src/sql/sqlops.d.ts
vendored
5
src/sql/sqlops.d.ts
vendored
@@ -770,6 +770,11 @@ declare module 'sqlops' {
|
|||||||
rows: DbCellValue[][];
|
rows: DbCellValue[][];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface SyntaxParseParams {
|
||||||
|
ownerUri: string;
|
||||||
|
query: string;
|
||||||
|
}
|
||||||
|
|
||||||
export interface SyntaxParseResult {
|
export interface SyntaxParseResult {
|
||||||
parseable: boolean;
|
parseable: boolean;
|
||||||
errorMessages: string[];
|
errorMessages: string[];
|
||||||
|
|||||||
Reference in New Issue
Block a user