DAC connections with '-S localhost' fail on Linux
Open
bug
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
this does not work,
mssql-cli -A -S localhost
this works
mssql-cli -A
Seems as if `-A` assumes that it's not running a remote DAC connection. Probably not a safe assumption. And it's confusing that adding a `-A` on a working command causes it fail.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.