Update deps-lock.json - #44
Open
github-actions[bot] wants to merge 3 commits into
Open
Conversation
Bumps the pinned duckdb from 0.10.1 to 1.5.5 and drops support for the 0.X series. The result struct layout is unchanged between the two and every bound entry point still exists, so this is mostly a version bump plus a move off the entry points duckdb has since deprecated. Migrated: duckdb_stream_fetch_chunk -> duckdb_fetch_chunk duckdb_appender_error -> duckdb_appender_error_data duckdb_result.error_message -> duckdb_result_error duckdb_result_is_streaming is no longer consulted. The requested :result-type already selects between duckdb_pending_prepared and duckdb_pending_prepared_streaming, so that decision is threaded into results->datasets rather than re-derived from the result. Verified across 8 query shapes x 3 result types that requested and actual streaming always agree. duckdb_row_count was bound but never called, so it is simply removed. Three deprecated entry points have no replacement and are kept, with comments explaining why: duckdb_pending_prepared_streaming (the only way to get a non-materialized result), duckdb_result_chunk_count and duckdb_result_get_chunk (the only way to keep :realized countable). Also adds the type constants introduced since 0.10 - ARRAY, ANY, BIGNUM, SQLNULL, STRING_LITERAL, INTEGER_LITERAL, TIME_NS, GEOMETRY and VARIANT. Reading columns of these types is still unimplemented, but they now report a named type instead of a bare id. The three Exception throws become RuntimeException, matching the seven that were already RuntimeException in this namespace.
github-actions
Bot
force-pushed
the
update-deps-lock
branch
from
August 20, 2026 17:53
cff47ec to
875c7d0
Compare
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.
Automated changes by create-pull-request GitHub action