clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

Java client and JDBC driver for ClickHouse

Results 485 clickhouse-java issues
Sort by recently updated
recently updated
newest added

Hi I am trying to use the r2dbc java client to integrate with Spring webflux and send statements to clickhouse as I am evaluating swapping out Druid for Clickhouse. I...

## Description Users are unable to effectively view and query JSON data types from ClickHouse columns using popular SQL clients like DBeaver (even with the latest ClickHouse driver) and, allegedly,...

bug
jdbc-v2

## Summary This PR add configuration option to create mapping between host/ip and SNI. The last one will be set each time SSL socket is created to connect to it....

## Description The Spark JDBC V2 data source fails to recognize the UInt64 data type from ClickHouse, resulting in a SparkSQLException. This prevents reading tables that contain UInt64 columns. The...

bug
jdbc-v2
area:data-type
area:jdbc-read

## Description There is an exception ``` [HY000] Failed to read value for column test Unsupported data type with tag 100 ``` This probably relates to the type mapping in...

bug
client-api-v2
jdbc-v2

It looks like parsing of JDBC URL does not support dash (hyphen) in database name. This results in `Code: 81. DB::Exception: Database test does not exist.` when trying to connect...

v2-feedback

## Description ### Steps to reproduce 1. Set up a clickhouse container, I'm running `clickhouse/clickhouse-server:25.2-alpine`. There's a database `test_data`, and it has a table `categories`. See bottom section for the...

bug

### Use case https://github.com/ClickHouse/ClickHouse/pull/81217 brings `Time` and `Time64` support into ClickHouse. See the PR for docs and coding/encoding logic. ### Describe the solution you'd like The client and driver support...

enhancement

### Use case When working with tables with lots of columns I tend to select few interesting columns (to easily see them on the left of displayed results on a...

bug
jdbc-v2

**connecting to ClickHouse using DBeaver, it prompts: 'Code: 115. DB::Exception: (transport error: 404)',** ![Image](https://github.com/user-attachments/assets/faad1778-72ad-483e-8454-3d1a1727b0d7) **using the following driver:** ![Image](https://github.com/user-attachments/assets/7fc7a6d7-d4b6-46a2-a904-126d58b57c7b) **the error details show as bellow:** ![Image](https://github.com/user-attachments/assets/f7137d8d-f10b-4475-8f32-2eed507e3aea) **but the connection succeeds...

bug