mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 09:35:41 -05:00
clear out plan xml on executes (#2921)
This commit is contained in:
committed by
Karl Burtram
parent
76282ed1ef
commit
6ee3886ecf
@@ -184,6 +184,7 @@ export default class QueryRunner {
|
||||
this._echoedResultSet.clear();
|
||||
this._debouncedMessage.clear();
|
||||
this._debouncedResultSet.clear();
|
||||
this._planXml = new Deferred<string>();
|
||||
let ownerUri = this.uri;
|
||||
this._batchSets = [];
|
||||
this._hasCompleted = false;
|
||||
|
||||
Reference in New Issue
Block a user