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

Bumps org.apache.avro:avro from 1.11.2 to 1.11.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.avro:avro&package-manager=maven&previous-version=1.11.2&new-version=1.11.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

### Describe the bug Using `com.clickhouse.jdbc.ClickHouseDriver` in Apache NiFi to load DateTime64 formatted strings (`yyyy-MM-dd HH:mm:ss.SSS` format) into a corresponding DateTime64(3) column results in values being truncated to `yyyy-MM-dd HH:mm:ss`...

bug

Hi @zhicwu This is a not bug report but just a question. Previously we noticed that from 0.3.2, a 'SELECT ... FROM table WHERE 0' is issued before every INSERT...

bug

Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.3 to 1.1.10.4. Release notes Sourced from org.xerial.snappy:snappy-java's releases. v1.1.10.4 What's Changed Security Fix Fixed SnappyInputStream so as not to allocate too large memory when decompressing data...

dependencies

![image](https://user-images.githubusercontent.com/4270380/212460181-2b806482-bc1c-492c-bd69-cdeb2c8845b5.png)

### Describe the bug When enabled http compress(`1`) in server user settings on ClickHouse 23.8, JDBC will raise an error like this: ### Error log > eclipse.buildId=unknown > java.version=17.0.4.1 >...

bug
module-http

## Summary ## Checklist Delete items not relevant to your PR: - [ ] Unit and integration tests covering the common scenarios were added - [ ] A human-readable description...

## Summary Implementation of readers for binary formats ## Checklist Delete items not relevant to your PR: - [x] Unit and integration tests covering the common scenarios were added

### Describe the bug Http client provider is silently fallback to URL Connection client from JDK. ### Steps to reproduce 1. Create application without apache http client dependency 2. Run...

enhancement

### Describe the bug When inserting a `Date[]` Java type into an `Array(Date)` column, then a wrong value is being inserted. ### Steps to reproduce Create this table: ```sql create...

bug
module-jdbc
usability
triaged