Sergey Chernov
Sergey Chernov
Usually only time resolving exceptions are retriable. For example, `IOException`. But JDBC doesn't declare how to pass such exceptions and each driver may wrap it differently. In this case it...
Good day, @Young0516! This is limitation according to the documentation https://clickhouse.com/docs/en/sql-reference/statements/select/where Actually client doesn't validate this and Code: 59 is what returned by server (repo https://github.com/ClickHouse/ClickHouse).
Good day, @vadeg! Agreed, it can be done thru response object or summary.
Fixed in latest 0.7.2 release.
@DNAlchemist thank you for reporting!
@leiless thank you for the wonderful bug report! Unfortunately current java client doesn't support TCP connections. However we are planning to implement it soon. What is your use-case? Is JDBC...
@leiless @JamesChenX Thank you for your response! I understand your needs and agree. As my personal opinion, I would say that HTTP can be a performant so far. ClickHouse HTTP...
@MacNale I think, just a client (without JDBC) would work better for you because of JDBC add some overhead. As for batches native format seems the best option (this format...
@JamesChenX I see your point. That would take a time. I will keep you updated. Have you checked [r2dbc ](https://github.com/ClickHouse/clickhouse-java/tree/main/clickhouse-r2dbc)? It is using http, but when we add native protocol...
Good day, @ldcsaa! Thank you for reporting the issue! Am I correct that there are two problems: - when query parameters are set then wrong database is selected - you...