microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
323 stars 57 forks source link

Query results colorized but not the queries themselves #417

Closed greenseeker closed 1 year ago

greenseeker commented 1 year ago

I've set SQLCMDCOLORSCHEME and when I run a query I now see the query results in color, but the queries themselves are still in plain white.

This is on Oracle Linux 8 and I've just installed the latest RPM from github. Is there another step required to enable this?

shueybubbles commented 1 year ago

Query colorization is limited to the output of :list image

greenseeker commented 1 year ago

That's a bit strange, but ok. As long as I'm not just doing something wrong.