mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
run the whole thing instead of current statement (#6757)
* run the whole thing instead of current statement * backward compact
This commit is contained in:
4
src/sql/azdata.d.ts
vendored
4
src/sql/azdata.d.ts
vendored
@@ -4035,8 +4035,10 @@ declare module 'azdata' {
|
||||
/**
|
||||
* Run query if it is a query editor and it is already opened.
|
||||
* @param fileUri file URI for the query editor
|
||||
* @param options options
|
||||
* @param runCurrentQuery true: run current query only, false: run all the queries in the file, default is true.
|
||||
*/
|
||||
export function runQuery(fileUri: string, options?: Map<string, string>): void;
|
||||
export function runQuery(fileUri: string, options?: Map<string, string>, runCurrentQuery?: boolean): void;
|
||||
|
||||
/**
|
||||
* Register a query event listener
|
||||
|
||||
Reference in New Issue
Block a user