dbcli / dbcli/mssql-cli

username with @ character error

Open
#548 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.4k
Forks
191
PR merge metrics
No merged PRs in 30d

Description

When the username (-U) contains an @, it will assume a username on the left side and a server address on the right side of the @.

appending an extra @ followed by the same value of server (-S) fixes the issue, and it now uses the correct username and server address to sign in.

it seems to me this behavior should be fixed, since server address is a separate input argument. Or documenting this on the username argument description.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.