mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 13:46:02 +03:00
[GH-ISSUE #3971] ClickHouse jdbc driver should be updated to 0.9.4 #1355
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#1355
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @linux-wizard on GitHub (Dec 9, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3971
Is your feature request related to a problem? Please describe.
When enabling ClickHouse's query cache, we need to ensure
set_overflow_modeis defined asthrowin the session settings. However there is a bug in ClickHouse 0.8.5 which is overriding this setting by default thus breaking the ability to log and query ClickHouse. There are others issues with this driver too as shown in the following upstream issues:Fortunately this has been fixed in newer versions of the ClickHouse driver as shown in the following PR ( StatementImpl which was merged in the version 0.9.3 of the ClickHouse JDBC driver: https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.9.3
Describe the solution you'd like
Please upgrade the ClickHouse jdbc driver to at least 0.9.3 or 0.9.4
Describe alternatives you've considered
Alternatives are disabling query cache on ClickHouse side (which impact Analytics performances) or build a custom image of CLoudBeaver CE with the new driver as explained in https://github.com/dbeaver/cloudbeaver/wiki/Adding-new-database-drivers
Additional context
Errors when trying to log in with ClickHouse's query cache enabled
@EvgeniaBzzz commented on GitHub (Dec 10, 2025):
Hi @linux-wizard
Thank you for your request.
We plan to update the driver to 0.9.5, since there are several additional issues in the previous versions. So we are waiting for the update.
You can add the required version yourself using this instruction
@Destrolaric commented on GitHub (Dec 12, 2025):
@linux-wizard Hi, I was responsible for the update 0.9.4. Unfortunately, the driver broke backward compatibility with older database versions. So we are currently waiting for the 0.9.5 which contains the fixes for compatibility
@Destrolaric commented on GitHub (Dec 25, 2025):
Driver is updated to 0.9.5, closing the issue