You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now sqlcmd presumes the sqlconfig file has been only edited by sqlcmd (or code using what will be the go-sqlcmd/sqlconfig package).
Of course a human may go into the sqlconfig file on disk and edit its contents. This would lead to panics in sqlcmd, as sqlcmd hasn't been hardened to this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Right now
sqlcmd
presumes the sqlconfig file has been only edited bysqlcmd
(or code using what will be thego-sqlcmd/sqlconfig
package).Of course a human may go into the sqlconfig file on disk and edit its contents. This would lead to panics in sqlcmd, as sqlcmd hasn't been hardened to this.
Beta Was this translation helpful? Give feedback.
All reactions