mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
- Fixed issues where we missed using actual execution count / starting from empty on this.
This commit is contained in:
@@ -357,7 +357,7 @@ export class SQLFuture extends Disposable implements FutureInternal {
|
||||
content: <nb.IExecuteResult>{
|
||||
output_type: 'execute_result',
|
||||
metadata: {},
|
||||
execution_count: 1,
|
||||
execution_count: this._executionCount,
|
||||
data: { 'application/vnd.dataresource+json': this.convertToDataResource(columns, d), 'text/html': this.convertToHtmlTable(columns, d) }
|
||||
},
|
||||
metadata: undefined,
|
||||
|
||||
Reference in New Issue
Block a user