Blynk-Technologies / clickhouse4j

Lighter and faster alternative for the official ClickHouse JDBC driver
Other
213 stars 38 forks source link

Password with special characters not properly URL encoded #86

Open ThorstenKunz opened 4 years ago

ThorstenKunz commented 4 years ago

I can't connect to CH databases with passwords containing some special characters like e.g. "+", ",", "<", etc. because they are not properly url encoded by the blynkkk driver and thus not accepted. Please url encode passwords properly. The only solution I have for now is to fallback to the yandex jdbc driver.

Thanks

doom369 commented 4 years ago

@ThorstenKunz thanks for the report. I'll take a look soon. @dmitriy-sych maybe you have some free time. shouldn't be hard.