clickhouse-java
clickhouse-java copied to clipboard
Java client and JDBC driver for ClickHouse
Bumps org.apache.avro:avro from 1.11.2 to 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...
### 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`...
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...
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...

### 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 >...
## 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
[HTTP] When Apache Http Client is missing in classpath then JDK built-in one is silently selected.
### 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...
### 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...