Upgrade chdb to v26.3.0#36
Merged
Merged
Conversation
- Switch download source to chdb-io/chdb-core repository - Bump package version to 1.7.0
chDB v26 forbids invoking the legacy CLI entry point (query_stable_v2) more than once per process and rejects mixing it with chdb_connect. Route the standalone query/queryBind paths through a lazily-initialized shared in-memory chdb_connection and inject queryBind parameters via prepended "SET param_xxx = '...'" statements. Session.queryBind continues to throw and unused QuerySession helpers are removed. Also fix a long-standing strftime bug that emitted trailing garbage for Date parameters and bump the package to 2.0.0 since standalone query() calls now share state across invocations.
Closed
| # Get the newest release version | ||
| # LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') | ||
| LATEST_RELEASE=v3.7.2 | ||
| LATEST_RELEASE=v26.3.0 |
Contributor
Author
There was a problem hiding this comment.
Yes, chdb was split into chdb and chdb-core before. Hence chdb-core has its independent version number aligned with that of ClickHouse, which leads to this sudden version number jump.
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.
Upgrade
libchdbto v26.3.0 (based on ClickHouse 26.3) from chdb-io/chdb-core.Closes #35