mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 17:22:29 -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[][];
|
||||
}
|
||||
|
||||
export interface SyntaxParseParams {
|
||||
ownerUri: string;
|
||||
query: string;
|
||||
}
|
||||
|
||||
export interface SyntaxParseResult {
|
||||
parseable: boolean;
|
||||
errorMessages: string[];
|
||||
|
||||
Reference in New Issue
Block a user