-
Notifications
You must be signed in to change notification settings - Fork 420
ipv6 address parsing error in postgresql conn string #838
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
Comments
elprans
added a commit
that referenced
this issue
Nov 7, 2021
Plain IPv6 addresses specified in square brackets in the connection URI are now parsed correctly. Fixes: #838.
elprans
added a commit
that referenced
this issue
Nov 7, 2021
Plain IPv6 addresses specified in square brackets in the connection URI are now parsed correctly. Fixes: #838.
elprans
added a commit
that referenced
this issue
Nov 8, 2021
Plain IPv6 addresses specified in square brackets in the connection URI are now parsed correctly. Fixes: #838.
elprans
added a commit
that referenced
this issue
Nov 8, 2021
Plain IPv6 addresses specified in square brackets in the connection URI are now parsed correctly. Fixes: #838.
elprans
added a commit
that referenced
this issue
Nov 16, 2021
Plain IPv6 addresses specified in square brackets in the connection URI are now parsed correctly. Fixes: #838.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For ipv6 addresses from https://www.postgresql.org/docs/10/libpq-connect.html we can use square brackets around ipv6 address, but it looks like there is a bug in parsing.
This works:
The text was updated successfully, but these errors were encountered: