microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 908 forks source link

Log 'messages' output in QUERY HISTORY tab #26040

Open msplival opened 1 week ago

msplival commented 1 week ago

Each time a query is executed it gets 'logged' into QUERY HISTORY from where the query can be shown again in the editor.

It would be nice to have messages output for that query logged also - like, execution time, warnings if present, or whatever the engine presents.