mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-03-04 08:52:27 -05:00
read-only=true unsupported when connecting to ClickHouse after upgrade 23.2.5 → 25.1.4 #960
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
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:authentication
xf:aws
xf:commit-mode
xf:connection
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
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#960
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 @Dr1m91 on GitHub (Aug 12, 2025).
Description
After upgrading CloudBeaver from 23.2.5 to 25.1.4, connecting to ClickHouse fails when the connection configuration contains "read-only": true. The connection error is:
This worked in 23.2.5. Setting "read-only": false allows a successful connection, but I need to be able to set read-only to true (for a read-only client mode). The behavior suggests CloudBeaver (or the JDBC driver integration) is passing a read-only flag that ClickHouse/driver rejects.
I can provide full connection logs or a stack trace if helpful — tell me where to attach them.
Steps to reproduce
Example sanitized connection config for reproduction
Expected/Desired Behavior
Suggested fix ideas
CloudBeaver Version
Problem observed in 25.1.4, previously working in 23.2.5
Additional context