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 setEnvironmentVar to pal package #307

Open stuartpa opened 1 year ago

stuartpa commented 1 year ago

it'd be useful to add a func setEnvironmentVar(var string, val string) string to pal so we don't have to use fmt.Sprintf everywhere and to handle any potential need to escape the value in a per-platform manner