-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Change in behaviour of connection string parsing #2976
Comments
Keywords for searchability:
|
I'm also experiencing this ( Additionally, when the password contains an I've pinned |
@Qrtn - hopefully the PR put together by @domdomegg will solve the Google Cloud SQL connection string problem. Can you provide a reproduction of when an encoded @ in the password doesn't work? |
Bug hasn't been fully confirmed yet, but I suspect there is an issue with the recent changes to pg-connection-string.
I think f305419 (PR #2971) may have inadvertently changed the behaviour of connection string parsing, for strings of the form:
This style connection string I believe was previously recommended in the Google Cloud docs for connecting to Google Cloud SQL instances, because the host includes forward slashes (although might not not have been, and doesn't seem to be the case any more).
The text was updated successfully, but these errors were encountered: