chore: Bump DuckDB to v1.5.5 - #106
Merged
Merged
Conversation
- Update duckdb submodule from v1.5.3 to v1.5.5 - Update DUCKDB_EXPLICIT_VERSION and version references in docs - Fix DuckDBResult RAII wrapper to always destroy the result: duckdb_query populates the struct even on failure and its error data must be freed; surfaced as an ASAN leak with 1.5.5's richer ErrorData on the error path
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
DUCKDB_EXPLICIT_VERSION, docs, and the MSVC-runtime comment reference updated alongside)DuckDBResultRAII wrapper:duckdb_querypopulates the result struct even on failure and it must always be passed toduckdb_destroy_result; v1.5.5's richerErrorDataon the error path made ASAN flag this inDuckDBResult RAII_testbigquery, anderplfrom get.erpl.ioTest plan
make debugbuilds cleanly against v1.5.5 (no internal-API breakage in embed-fs / vfs_adapter / credential_manager)examples/flapi.yaml: logs DuckDB 1.5.5, extensions autoload without warnings, authenticatedGET /customers/returns dataNote for local dev: a stale
~/.duckdb/extensions/v1.5.5cache with erpl sub-extensions extracted by an older build causes a metadata-mismatch crash at startup — delete~/.duckdb/extensions/v1.5.5/linux_amd64/erpl*and let it re-install.🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.