fix(deps): update dependency com.clickhouse:clickhouse-jdbc to v0.9.8#359
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
fix(deps): update dependency com.clickhouse:clickhouse-jdbc to v0.9.8#359renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
Contributor
|
☑️ Quality Gate passed Issues Measures |
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.
This PR contains the following updates:
0.9.7→0.9.8Release Notes
ClickHouse/clickhouse-java (com.clickhouse:clickhouse-jdbc)
v0.9.8Improvements
Records#getSchema()to expose table schema metadata even when query result is empty. (#2777)Bug Fixes
[jdbc-v1, jdbc-v2] Fixed type mapping/conversion behavior for large unsigned integer values (issue #2779), including related test coverage updates. (#2779)
[jdbc-v2] Fixed off-by-one bug in
ArrayResultSet#next()that could returntrueone extra time and then fail withSQLException: No current row. (#2790)[jdbc-v2] Fixed handling of malformed
SELECT-like queries (for example,SELECT a, FROM table): previously, the driver could fail to read returned data when query type was not inferred before execution; now it detects a returned result set at runtime from the server response and reads it correctly. (#2784)Updated Dependencies
[repo] Upgraded
at.yawk.lz4:lz4-javafrom1.10.2to1.10.4to pick up native performance fixes. (#2778)[repo] Upgraded
com.fasterxml.jackson.core:jackson-corefrom2.17.2to2.18.6injdbc-v2. (#2767)[repo] Upgraded
com.fasterxml.jackson.core:jackson-corefrom2.17.2to2.18.6inexamples/client-v2. (#2766)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.