mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 09:30:31 -04:00
Co-authored-by: Anthony Dresser <andresse@microsoft.com>
This commit is contained in:
@@ -324,6 +324,8 @@ export class ExtHostDataProtocol extends ExtHostDataProtocolShape {
|
|||||||
if (this.uriTransformer) {
|
if (this.uriTransformer) {
|
||||||
batchInfo.ownerUri = URI.from(this.uriTransformer.transformOutgoing(URI.parse(batchInfo.ownerUri))).toString(true);
|
batchInfo.ownerUri = URI.from(this.uriTransformer.transformOutgoing(URI.parse(batchInfo.ownerUri))).toString(true);
|
||||||
}
|
}
|
||||||
|
this.messageRunner.cancel(); // clear batch messages before saying we completed the batch
|
||||||
|
this.sendMessages();
|
||||||
this._proxy.$onBatchComplete(handle, batchInfo);
|
this._proxy.$onBatchComplete(handle, batchInfo);
|
||||||
}
|
}
|
||||||
$onResultSetAvailable(handle: number, resultSetInfo: azdata.QueryExecuteResultSetNotificationParams): void {
|
$onResultSetAvailable(handle: number, resultSetInfo: azdata.QueryExecuteResultSetNotificationParams): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user