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
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.
The text was updated successfully, but these errors were encountered:
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 thejava.net.java.net.UnknownHostException
error.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.
The text was updated successfully, but these errors were encountered: