Sergey Chernov
Sergey Chernov
Good day, @josteinbf ! Thank you for the feedback! It is a very good idea. We will look into it.
Good day, @frankwese! The problem here is that `org.slf4j.LoggerFactory` is part of `slf4j-api` artifact. If we include it as is inside the package it will conflict with application instance of...
Just for notes: `shaded-all` helps to resolve the issue. However `0.8.2-all` has the same problem. Here is application log: ``` 2025-06-03 14:29:20,441 [ 787636] WARN - #c.i.e.r.RemoteProcessSupport - Remote process...
Good day, @burcheja ! we are planning to create another bundles for such cases that will include everything even such dependencies as API libs. Do you use on-prem Splunk installation...
We have added `clickhouse-jdbc-*-all-dependencies.jar` to assets of a release. since 0.9.4.
will be fixed with new JSON type support.
Good day, @zwbill82 ! The issue is fixed in one of the latest releases of ClickHouse Driver (I've tested 0.9.0- 0.9.2):
@Hubbitus thank you so much! I will look into this. Is it some specific table or it shown for any table? And it is quite strange that SQL that cause...
@Hubbitus You are using `execute` and if it returns `true` meaning that it will be a result set so you need to update row count. Am I right? From JDBC...
@Hubbitus I'm only developing ClickHouse JDBC =) But would be glad to contribute to DBeaver once learn it code base more. :)