-
Notifications
You must be signed in to change notification settings - Fork 556
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
clickhouse-jdbc driver did not support connection url parameters #1665
Comments
Good day, @ldcsaa! Thank you for reporting the issue!
for the last one - have you tried to url encode this part - |
I did not tried to encode URL, just refer to this guide: |
Triage Report
|
There is a version that solves this problem ? |
Good day, @ldcsaa! |
Describe the bug
Clickhouse JDBC connection URL with parameters would be always uses
default
database, like this:If cut the url parameter, that's OK, like this:
The text was updated successfully, but these errors were encountered: