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
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
Describe the bug
When connect to PG, if my password has special characters, may be like '@'. The code goes to dns parser will fail to extract the right password.
The text was updated successfully, but these errors were encountered:
My advice is: when user construct the url, he can use urllib.parser.quote to convert the special characters once. Make sure dns parser can extract right connection params. Then we use urllib.parser.unquote to convert the characters back to the connection dict.
Describe the bug
When connect to PG, if my password has special characters, may be like '@'. The code goes to dns parser will fail to extract the right password.
The text was updated successfully, but these errors were encountered: