Display full statistics time output
Offen
enhancement
- Vorherrschende Sprache
- Python
- Sterne
- 1.4k
- Forks
- 191
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.