[Java] update JDBC docs. #6416
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
Contributor
Author
|
Help needed to understand validation failures. |
mshustov
approved these changes
Jun 18, 2026
dhtclk
approved these changes
Jun 18, 2026
|
Docs PR opened: ClickHouse/mintlify-docs-dev#226 Added Readonly Profiles note and JSON Type section to the Java JDBC integration docs, ported from upstream PR #6416. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes: ClickHouse/clickhouse-java#2760
Checklist
Note
Low Risk
Documentation-only changes with no runtime or API impact.
Overview
Documentation-only updates to the Java JDBC integration guide (
jdbc.mdx).Adds a Readonly Profiles note under connection configuration: the driver intentionally omits default connection settings to stay compatible with read-only profiles, and recommends
readonly=2when users need format-related server settings (e.g. reading JSON as a string), with a link to the constraints-on-settings docs.Adds a JSON Type section under special types: default
Map<String, Object>mapping with a nested example, optional string reads via connection/server settings (jdbc_read_json_as_string/OUTPUT_FORMAT_BINARY_WRITE_JSON_AS_STRING), and guidance on JSON number quoting for ClickHouse 25.8+ vs older servers viaoutput_format_json_quote_*server settings.Reviewed by Cursor Bugbot for commit 6f629dd. Bugbot is set up for automated code reviews on this repo. Configure here.