fix(deps): update dependency duckdb to v0.9.1 #807
Closed
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.8.1
->0.9.1
Release Notes
duckdb/duckdb (duckdb)
v0.9.1
: 0.9.1 Bugfix ReleaseCompare Source
This is a bug fix release for various issues discovered after we released 0.9.0. There are no new features, just bug fixes. Database files created by DuckDB v0.9.0 can be read by DuckDB v0.9.1 (i.e. v0.9.1 is backwards compatible with v0.9.0 and vice versa).
What's Changed
duckdb_cursor
fixture in pytest by @Tishj in https://github.com/duckdb/duckdb/pull/9140map()
and Dictionary Vectors. by @Tishj in https://github.com/duckdb/duckdb/pull/9046create_function
induckdb-stubs
by @earwig in https://github.com/duckdb/duckdb/pull/9224old_transactions
by @Mytherin in https://github.com/duckdb/duckdb/pull/9236value_counts
by @Tishj in https://github.com/duckdb/duckdb/pull/9278read.json
andread.parquet
+ some unhappy path testing by @Tishj in https://github.com/duckdb/duckdb/pull/9276test_map_vector_types.test
by @Tishj in https://github.com/duckdb/duckdb/pull/9277v0.9.0
: 0.9.0 Preview Release "Undulata"Compare Source
This preview release of DuckDB is named "Undulata" after the aptly named Yellow-billed duck native to Africa.
Note: Again, this release introduces a backwards-incompatible change to the on-disk storage format. We suggest you use the
EXPORT DATABASE
command with the old version followed byIMPORT DATABASE
with the new version to migrate your data. See the documentation for details.What's Changed
duckdb_arrow_scan
andduckdb_arrow_array_scan
by @angadn in https://github.com/duckdb/duckdb/pull/7570columns()
method to get type info from prepared statement by @Maxxen in https://github.com/duckdb/duckdb/pull/7948stride
when scanningobject
arrays. by @Tishj in https://github.com/duckdb/duckdb/pull/7964UPDATE SET
by @nickgerrets in https://github.com/duckdb/duckdb/pull/79683eb9ab3
: Remove unneeded move by @carlopi in https://github.com/duckdb/duckdb/pull/8038ValueRelation
by @Tishj in https://github.com/duckdb/duckdb/pull/7967BIT
type by @nickgerrets in https://github.com/duckdb/duckdb/pull/7941Value
class to explicitly set type of prepared parameter by @Tishj in https://github.com/duckdb/duckdb/pull/8114join
method by @Tishj in https://github.com/duckdb/duckdb/pull/8170create_function
as part of a transaction by @Tishj in https://github.com/duckdb/duckdb/pull/8169max_expression_depth
setting by @Tishj in https://github.com/duckdb/duckdb/pull/8188to_base
function by @Maxxen in https://github.com/duckdb/duckdb/pull/8122INT128
type by @nickgerrets in https://github.com/duckdb/duckdb/pull/8277pandas
DataFrames whencopy_on_write
is set to True by @Tishj in https://github.com/duckdb/duckdb/pull/8348datetime
objects by @Tishj in https://github.com/duckdb/duckdb/pull/8294PyObject *
where possible by @Tishj in https://github.com/duckdb/duckdb/pull/8393run_nanodbc_tests.sh
by @Tishj in https://github.com/duckdb/duckdb/pull/8388Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.