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
Establish conn to curret-context if no args given (#261)
sqlcmd when invoked with no arguments, executes in backward compat mode
and ignores current-context info for establishing connection. This
commit changes the default behavior to establish connection to the endpoint
associated with current-context in sqlcmd config file by setting SQLCMDSERVER,
SQLCMDUSER, SQLCMDPASSWORD as env variables.
If these env variables are already set then their values are not overridden.
This ensures that users can connect to sql server instance pointed by
current-context if sqlcmd is invoked with no arguments.
0 commit comments