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 56 forks source link

Use correct format specifier for displaying port numbers and other integers values that do not need ',' while displaying localized version. #485

Closed apoorvdeshmukh closed 6 months ago

apoorvdeshmukh commented 6 months ago
git\go-sqlcmd>.\sqlcmd.exe create mssql --accept-eula
Downloading mcr.microsoft.com/mssql/server:latest
Starting mcr.microsoft.com/mssql/server:latest
Created context "mssql" in "C:\Users\apdeshmukh\.sqlcmd\sqlconfig", configuring user account...
Disabled "sa" account (and rotated "sa" password). Creating user "apoorvdeshmukh"
Now ready for client connections on port 1,435
shueybubbles commented 6 months ago

let's fix this before we push a release tag again