Sergey Chernov

Results 277 comments of Sergey Chernov

Good day, @yanye666 ! How do you set null timestamp? Here is my code that works for latest version 0.6.2 ``` try (ClickHouseConnection conn = newConnection(props); PreparedStatement ps = conn.prepareStatement("select...

@yanye666 this is the problem with timezone and Dates. This check is valid because it prevents writing dates before `1970-01-01 00:00:00`. But as you are in Tz +8 it means...

Good day, @haishui126 ! Sorry for a delayed answer and thank you for reporting the issue! We will look into it but this is a v1. Would you please try...

Good day, DBeaver team! What data type is expected to be returned from the driver? Latest `0.9.2` release returns `Double[][]` on `ResultSet.getObject()`. Should it be `java.sql.Array` or `java.sql.Struct` ? Thank...

@duvenagep we are working on the release and targeting it on last week of Oct. Sorry for the delay.

Verified with HEAD version of JDBC driver (pre-0.9.3) and DDBeaver 25.2.3. Works when driver class is `com.clickhouse.jdbc.Driver` and no spatial viewer when driver class is `com.clickhouse.jdbc.ClickHouseDriver`. However both classes represent...

Good day, @Matvey16 ! yes, this is a known issue. As work around please select `com.clickhouse.jdbc.Driver` class that corresponds to V2. Using `Driver1` will switch you to the V1 and...

Good day, @scarbo-20x4 ! Would you please tell what JDBC url do you use with driver? Any settings set view connection/driver properties (I mean value not default)? Thanks!

Good day, @scarbo-20x4 ! - url should explicitly state that it is https because client may not guess by port number (because users may have different protocols configured on them)....