fix(deps): update dependency duckdb to >=1.3.0,<=1.3.0 #30
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.10.0,<=1.2.1
->>=1.3.0,<=1.3.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
duckdb/duckdb (duckdb)
v1.3.0
: DuckDB 1.3.0 "Ossivalis"Compare Source
This release of DuckDB is named "Ossivalis" after Bucephala Ossivalis, an ancestor of the Goldeneye duck that lived Millions of years ago.
Please also refer to the announcement blog post: https://duckdb.org/2025/05/21/announcing-duckdb-130
What's Changed
retry load N
syntax by @Mytherin in https://github.com/duckdb/duckdb/pull/16054upsert_conflict_in_different_chunk.test
by @Tishj in https://github.com/duckdb/duckdb/pull/15980CreateReader
into two separate stages -ParseSchema
andCreateReader
by @Mytherin in https://github.com/duckdb/duckdb/pull/161612.6
to2.9
by @Tishj in https://github.com/duckdb/duckdb/pull/16159range
/generate_series
with PostgreSQL by @kryonix in https://github.com/duckdb/duckdb/pull/15935--test-temp-dir
is not specified by @Mytherin in https://github.com/duckdb/duckdb/pull/16192UNNEST/UNPIVOT
by using selection vectors to unnest multiple lists at once by @Mytherin in https://github.com/duckdb/duckdb/pull/16210TRY
expression by @Tishj in https://github.com/duckdb/duckdb/pull/15939rowid
into the concept of virtual columns, and makefilename
a virtual column in the Parquet/CSV/JSON readers by @Mytherin in https://github.com/duckdb/duckdb/pull/16248TRY
expression withdictionary_expression
Vector verification by @Tishj in https://github.com/duckdb/duckdb/pull/16262-std=c++11
flag based on the compiler (MSVC or not) by @Tishj in https://github.com/duckdb/duckdb/pull/16267MinMaxN
and skipNULL
s when creating enum by @lnkuiper in https://github.com/duckdb/duckdb/pull/16246MultiFileReaderFunction
that is used to wrap a single-file reader, and use it for the Parquet reader by @Mytherin in https://github.com/duckdb/duckdb/pull/16299.table(...)
method by @Tishj in https://github.com/duckdb/duckdb/pull/16291column_indexes
forfile_row_number
by @Tishj in https://github.com/duckdb/duckdb/pull/16311USING KEY
) by @cryoEncryp in https://github.com/duckdb/duckdb/pull/12430DeltaLengthByteArrayDecoder
and speed it up by @lnkuiper in https://github.com/duckdb/duckdb/pull/16328GetValueRefUnsafe
by @dentiny in https://github.com/duckdb/duckdb/pull/16440memchr
on every iteration by @Mytherin in https://github.com/duckdb/duckdb/pull/16484ClientContext
to catalog initialize, and postpone index binding when replaying the WAL by @Mytherin in https://github.com/duckdb/duckdb/pull/16536test/sql/aggregate/aggregates/histogram_table_function.test
to pass the Linux CLI (arm64) CI by @hmeriann in https://github.com/duckdb/duckdb/pull/16538duckdb_prepared_statements
by @Tishj in https://github.com/duckdb/duckdb/pull/16541expr
function by @mariotaddeucci in https://github.com/duckdb/duckdb/pull/16468CreateWriterRecursive
into two methods, and useParquetColumnData
for writer as well by @Mytherin in https://github.com/duckdb/duckdb/pull/16592RETURN_STATS
toCOPY
by @Mytherin in https://github.com/duckdb/duckdb/pull/16595QueryResultIterator::IsNull
and casts to MultiFileList/Reader by @Mytherin in https://github.com/duckdb/duckdb/pull/16611ALTER TABLE tbl SET PARTITIONED BY (key1, key2, ...)
in the grammar by @Mytherin in https://github.com/duckdb/duckdb/pull/16612MultiFileReaderData
typesafe by @Tishj in https://github.com/duckdb/duckdb/pull/16596Value::ToSQLString()
in C API by @mt-caret in https://github.com/duckdb/duckdb/pull/16471third_party/mbedtls/VERSION
withpackage_build.py
by @Tishj in https://github.com/duckdb/duckdb/pull/16683-ui
to CLI help text by @akx in https://github.com/duckdb/duckdb/pull/16626ALTER TABLE tbl SET SORTED BY (key1 DESC, key2, ...)
in the grammar by @Mytherin in https://github.com/duckdb/duckdb/pull/16714column_size_bytes
andcontains_nan
in RETURN_STATS by @Mytherin in https://github.com/duckdb/duckdb/pull/16731WRITE_EMPTY_FILE
option toCOPY
- which allows skipping of writing empty files by @Mytherin in https://github.com/duckdb/duckdb/pull/16737list_reduce
by @maiadegraaf in https://github.com/duckdb/duckdb/pull/16602Fix roundtripping of stringified nested types
PR by @hmeriann in https://github.com/duckdb/duckdb/pull/16775FROM
clause by @Mytherin in https://github.com/duckdb/duckdb/pull/16774TemporaryMemoryManager
by @lnkuiper in https://github.com/duckdb/duckdb/pull/16801MultiFileReader::FinalizeChunk
to use Expressions by @Tishj in https://github.com/duckdb/duckdb/pull/16630Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.