mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
QueryEvent range -> batchRanges (#19890)
* Switch query events to just send ranges instead of full query text * undo azdata changes * fix type * comment + remove unneeded ? * range -> batchRanges * undo
This commit is contained in:
@@ -38,7 +38,7 @@ export interface IExecutionPlanInfo {
|
||||
}
|
||||
|
||||
export interface IQueryInfo {
|
||||
range: IRange[];
|
||||
batchRanges: IRange[];
|
||||
messages: IQueryMessage[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user