Sergey Chernov

Results 277 comments of Sergey Chernov

@scarbo-20x4 Thank you so much for verifying and providing this information! One last question is SSL certificate a self-signed? we have an issue for this in Driver https://github.com/ClickHouse/clickhouse-java/issues/2309 Thanks!

hi, @vpvha! Thank you for reporting this! It is correct that Apache HTTP client fixed the issue for you? In general we recommend using Apache HTTP for production because this...

Relates https://github.com/ClickHouse/clickhouse-java/issues/2103

Good day, @alessandrorimoldi ! Sorry for the delayed answer. Connection timeout or any other timeout would be reported as exception with Timeout name. Your problem looks like happens on live...

@alessandrorimoldi Thank you for letting us know! I will close the issue.

Good day, @ttyyzzqq ! What are JDBC driver and DBeaver versions? Thanks!

@ttyyzzqq JDBC Driver seems showing server version. I assume it is not the latest driver. Would you please screenshot a test connection dialog - to see the full JDBC version?...

@ttyyzzqq thank you! The issue is in driver version - we have fixed it in the 0.9.3 (today there is a 0.9.4). You can download [clickhouse-jdbc-0.9.4-all-dependencies.jar](https://github.com/ClickHouse/clickhouse-java/releases/download/v0.9.4/clickhouse-jdbc-0.9.4-all-dependencies.jar) from release page https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.9.4...

@aira-xite thank you for reporting! We will look into it.

@aira-xite would you please check this test `com.clickhouse.jdbc.DataTypeTests#testArrayTypes`: creating table ```java runQuery("CREATE TABLE test_arrays (order Int8, " + "array Array(Int8), arraystr Array(String), arraytuple Array(Tuple(Int8, String)), arraydate Array(Date)" + ") ENGINE...