Display full statistics time output
Abierto
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 1.4k
- Forks
- 191
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.