go-sqlcmd icon indicating copy to clipboard operation
go-sqlcmd copied to clipboard

accept_eula gets saved into sqlconfig file by viper automatically

Open stuartpa opened this issue 1 year ago • 0 comments

Viper automatically reflects SET SQLCMD_ env vars into the sqlconfig file. So when a user SET SQLCMD_EULA, accept_eula is getting persisted into the sqlconfig file. I don't think it is being honored when sqlcmd create is actually run, so it is benign, but it shouldn't be there.

stuartpa avatar Mar 13 '23 14:03 stuartpa