Skip to content
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

Support hostname with _ in name #280

Open
piotrwielgolaski-tomtom opened this issue May 2, 2023 · 1 comment
Open

Support hostname with _ in name #280

piotrwielgolaski-tomtom opened this issue May 2, 2023 · 1 comment

Comments

@piotrwielgolaski-tomtom
Copy link

Bug Report

I spotted the same issue that was described here https://www.chrissearle.org/2022/02/22/r2dbc-postgresql-invalid-ipv6-address-when-dockerized/
When using docker host alias with _ host and port are incorrectly parsed.

Versions

  • Driver: 1.0.0
  • Database: not relevant
  • Java: 11
  • OS: macOS

Current Behavior

Host is incorrect parsed. Host contains port instead keeping port in port variable.

Stack trace
// your stack trace here

Table schema

Input Code
-- your SQL here;

Steps to reproduce

Input Code
// your code here;

Expected behavior/code

Possible Solution

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant