fix(deps): update dependency duckdb to v0.9.2 #830
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.2
Release Notes
duckdb/duckdb (duckdb)
v0.9.2
: 0.9.2 Bugfix ReleaseCompare Source
This is a bug fix release for various issues discovered after we released 0.9.1. There are no new features, just bug fixes. Database files created by DuckDB v0.9.0 or v0.9.1 can be read by DuckDB v0.9.2 (i.e. v0.9.2 is backwards compatible with both v0.9.0 and 0.9.1 and vice versa).
What's Changed
execute
by @Tishj in https://github.com/duckdb/duckdb/pull/9394relation.df()
to output microsecond precision forDATE
types. by @Tishj in https://github.com/duckdb/duckdb/pull/9362DUCKDB_MAJOR/MINOR/PATCH_VERSION
by @Maxxen in https://github.com/duckdb/duckdb/pull/9457GroupedAggregateHashTable
by @lnkuiper in https://github.com/duckdb/duckdb/pull/9575globalDb
toNULL
after closing database by @Flogex in https://github.com/duckdb/duckdb/pull/9655Full Changelog: duckdb/duckdb@v0.9.1...v0.9.2
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/7967Configuration
📅 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.