mosaic
mosaic copied to clipboard
chore(deps): bump duckdb from 1.0.0 to 1.1.1 in /packages/widget
Bumps duckdb from 1.0.0 to 1.1.1.
Release notes
Sourced from duckdb's releases.
v1.1.1 Bugfix Release
This is a bug fix release for various issues discovered after we released 1.1.0. There are no new major features, just bug fixes. Database files created by DuckDB since v0.9.* can be read by DuckDB v1.1.1.
What's Changed
- [Python] Fix a crash related to handling of the
f_localsby@Tishjin duckdb/duckdb#13821- [Dev] Remove unnecessary parameter from BufferHandle constructor by
@Tishjin duckdb/duckdb#13823- When vacuuming, immediately checkpoint the vacuumed row groups instead of scheduling a checkpoint task by
@Mytherinin duckdb/duckdb#13825- Check for unquoted errors after finishing up a buffer. by
@pdetin duckdb/duckdb#13826- Issue #13813: TIMETZ Uninvertible Casts by
@hawkfishin duckdb/duckdb#13820- add cardinality for cross product and propositional join by
@jeewonhhin duckdb/duckdb#13818- Add requested_schema argument to PyCapsule interface by
@WillAydin duckdb/duckdb#13802- Throw at double/float cast to decimal if it does not fit by
@pdetin duckdb/duckdb#13745- [Fix] C API - Correct type comparison in MAP value functions by
@taniabogatschin duckdb/duckdb#13844- [C-API Dev] Fix up
"Test DataChunk populate ListVector in C API"test by@Tishjin duckdb/duckdb#13839- [Dev] Minor cleanup to BufferManager and BlockHandle API by
@Tishjin duckdb/duckdb#13838- Small fixes for prompt of sniff_csv by
@pdetin duckdb/duckdb#13843- [BufferManager] Fix
duckdb_memory()reporting wrong size fortemporary_storage_bytesby@Tishjin duckdb/duckdb#13837- Fix for internal error when using rejects tables and adding implicit cast for boolean values. by
@pdetin duckdb/duckdb#13849- [Fix ART] Correct prefix transformation by
@taniabogatschin duckdb/duckdb#13858- [Python] Fix issue causing an exception when creating a
duckdb.StarExpressionwithout anexclude_listby@Tishjin duckdb/duckdb#13881- Fix issue with cgroups/slurm variables: skip if memory limit cannot be parsed, and only run this on Linux by
@Mytherinin duckdb/duckdb#13879- Explicit windows-2019 instead of windows-latest by
@carlopiin duckdb/duckdb#13883- CI/Windows: Drop redundant package by
@szarnyasgin duckdb/duckdb#13874- Preserve operator in
BindWithCTEby@lnkuiperin duckdb/duckdb#13873- Update description of 'max_temp_directory_size' by
@szarnyasgin duckdb/duckdb#13724- 13810 unnest cross join error by
@Tmonsterin duckdb/duckdb#13878- Tweak allocation purging by
@lnkuiperin duckdb/duckdb#13877- Copy From Database - create a balanced UNION ALL tree instead of a depth-first union all tree to avoid stack overflows by
@Mytherinin duckdb/duckdb#13889- [Python] Fix issue related to the GIL when using
executewith multiple statements by@Tishjin duckdb/duckdb#13893- Fix #13880: correctly name http_proxy_password setting by
@Mytherinin duckdb/duckdb#13890- Fix #13872: duckdb_result_return_type is not deprecated, and group together deprecated functions by
@Mytherinin duckdb/duckdb#13891- [Python] Add
python_scan_all_framesto opt-in to scanning all frames (< 1.1 behavior) by@Tishjin duckdb/duckdb#13896- Improve error on enums by
@carlopiin duckdb/duckdb#13885- Handle extension ABI mismatches in a forward & backward compatible way by
@carlopiin duckdb/duckdb#13894- Fix #13824: min() max() varchar column use default collation by
@flashmousein duckdb/duckdb#13909- Fix issue in casting 2 byte BIT -> BLOB by
@Tishjin duckdb/duckdb#13908- add missing azure secret providers for autoloading by
@samansminkin duckdb/duckdb#13902- Remove buffer_manager_allocate.patch and bump spatial by
@carlopiin duckdb/duckdb#13895- [Python] Improve
install_extensionto supportrepository/repository_urlandversionby@Tishjin duckdb/duckdb#13876- fix REGEX not supported anymore for valid queries (only statement error) #2889 by
@hmeriannin duckdb/duckdb#13633- [CI] Invert operations on OSX.yml, deploying nightly artifacts before test by
@carlopiin duckdb/duckdb#13927- [Python][Jupyter] Don't use
ExplainFormat::HTMLforexplain('analyze')by@Tishjin duckdb/duckdb#13928- Only bind to SQL value functions if there is no alias with this name present we can bind to instead by
@Mytherinin duckdb/duckdb#13925- Improve logic for remote extension install on Windows by
@carlopiin duckdb/duckdb#13929- CI: Trigger actions for labeled discussions by
@szarnyasgin duckdb/duckdb#13937- [Swift] Update README.md in Swift repo by
@tcldrin duckdb/duckdb#13955- [Dev] Add exclusion for
pybind11internal_pybind11_conduit_v1_method by@Tishjin duckdb/duckdb#13961- Create a balanced union tree, also for export by
@Mytherinin duckdb/duckdb#13956- Increment julia version by
@Mytherinin duckdb/duckdb#13966- Fix #13585 - transform from or select first based on order specified by the user by
@Mytherinin duckdb/duckdb#13959
... (truncated)
Commits
de84cdbSkip polars test in 3.7 due to missing PanicException03dd0df[Arrow] MoveArrowUtilto its own file (#13990)d1037da[Arrow] Make unknown Arrow extensions throw at scan instead of bind (#14015)7dd9dd1merge9a5c811adds scalar udf to api585f4a8reformats test_scalar_udf.jl0a93042fixes format with test_scalar_udf.jl828df06add space at end of scalar_udf.jlc4bfad4Merge branch 'duckdb:main' into main2ff9c68[Arrow] Only produce 'arrow.json' Extension types when `arrow_lossless_conver...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase