Describe the bug
In the pgjdbc.py there is a logic to parse sqlalchemy generated url to the one expected by jdbc. In the current implementation it causing the java.net.java.net.UnknownHostException error.
To Reproduce
Steps to reproduce the behavior:
- Init sqlalchemy engine by putting standard sqlalchemy url or follow the given example
- Run the code
- See error
Expected behavior
The expected behavior should be connected successfully to the database.
Screenshots

Desktop (please complete the following information):
- OS: macOS Ventura
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
In the
pgjdbc.pythere is a logic to parse sqlalchemy generated url to the one expected by jdbc. In the current implementation it causing thejava.net.java.net.UnknownHostExceptionerror.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expected behavior should be connected successfully to the database.
Screenshots

Desktop (please complete the following information):
Additional context
Add any other context about the problem here.