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
As the command accepts a URL, the standard way for dealing with odd characters is using URL encoding, see IETF RFC 1738, (see section 2.2) which defines URLs formally. I don't think Atlas should encode the URL for the user as this is a one-time operation (e.g doesn't change unless the password itself changes).
Outline of This Issue
Encountered error when using special characters in the password.
Goal
Reference
atlas/sql/sqlclient/client.go
Line 267 in 0caf6b6
The text was updated successfully, but these errors were encountered: