Sergey Chernov
Sergey Chernov
All Date and Time values should be normalized to modern Date/Time classes like LocaDate. Then this classes should be used to convert into a string representing value. Handling different configuration...
@com-exem-route7 thank you for reporting the issue and providing so many details!
@com-exem-route7 thank you for so detailed information!
@com-exem-route7 - using shaded jar is fine, but we would need to fix `-all` one. https://github.com/ClickHouse/clickhouse-java/issues/1823 - JDBC seems doesn't accept all passed parameters https://github.com/ClickHouse/clickhouse-java/issues/1665 - what connection type in...
Good day, @com-exem-route7 ! There is nothing wrong of using connection pool. When the client is reused - the internal connection pool would work. But it is true only for...
Good day, @com-exem-route7 ! Would you please try adding this configuration `http_connection_provider=HTTP_URL_CONNECTION` to the URL? It should work with any version already. If you can migrate to a newer Java...
@CCweixiao Thank you for reporting this! We will look into it.
Good day, @troyjcurt ! What version of a JDBC driver do you use? Would you please give a JDBC url and connection properties? Thanks!
Thank you, @troyjcurt! this `beta.row_binary_for_simple_insert=true` is critical configuration parameter. We will fix it.
When building jdbcConnection for test cases, you can build your own Clickhouse cluster configuration
Good day, @CCweixiao ! Yes, I'd like to see it. Please go ahead and submit PR - we then can work together to integrate it.