Display full statistics time output
Open
enhancement
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
Given the following statements:
```
SET STATISTICS TIME ON;
SELECT TOP 1 name FROM master.sys.columns;
```
Two statistics time messages are output in SSMS: One for "parse and compile" time and one for "execution time". mssql-cli only outputs "parse and compile" time. Both messages should instead be returned.
I'm on version 0.15.0.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.