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

sqlcmd -N should work the same as -N true #497

Closed shueybubbles closed 5 months ago

shueybubbles commented 6 months ago

For backward compat we can treat -N by itself as true

dlevy-msft commented 6 months ago

Is -N the only flag with this issue?