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
334 stars 58 forks source link

Add user (as well as machine) .msis for all flavors #295

Open stuartpa opened 1 year ago

stuartpa commented 1 year ago

winget supports user and machine installers, we might as well implement the full complement. But for usability we should only do this if we can ensure "machine" is the default, or at least the default when we can detect ODBC sqlcmd is already in the path.

We probably shouldn't do this if we machine isn't the winget default AND we can't tell winget to do machine if we can detect ODBC sqlcmd is already in the path.