Update dependency org.duckdb:duckdb_jdbc to v1.1.1 #174
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:
1.1.0
->1.1.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
duckdb/duckdb (org.duckdb:duckdb_jdbc)
v1.1.1
: Bugfix ReleaseThis 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
f_locals
by @Tishj in https://github.com/duckdb/duckdb/pull/13821"Test DataChunk populate ListVector in C API"
test by @Tishj in https://github.com/duckdb/duckdb/pull/13839duckdb_memory()
reporting wrong size fortemporary_storage_bytes
by @Tishj in https://github.com/duckdb/duckdb/pull/13837duckdb.StarExpression
without anexclude_list
by @Tishj in https://github.com/duckdb/duckdb/pull/13881BindWithCTE
by @lnkuiper in https://github.com/duckdb/duckdb/pull/13873execute
with multiple statements by @Tishj in https://github.com/duckdb/duckdb/pull/13893python_scan_all_frames
to opt-in to scanning all frames (< 1.1 behavior) by @Tishj in https://github.com/duckdb/duckdb/pull/13896install_extension
to supportrepository
/repository_url
andversion
by @Tishj in https://github.com/duckdb/duckdb/pull/13876ExplainFormat::HTML
forexplain('analyze')
by @Tishj in https://github.com/duckdb/duckdb/pull/13928pybind11
internal_pybind11_conduit_v1_
method by @Tishj in https://github.com/duckdb/duckdb/pull/13961UserType
first if it's set by @Tishj in https://github.com/duckdb/duckdb/pull/13995arrow_lossless_conversion
is enabled. by @Tishj in https://github.com/duckdb/duckdb/pull/13989ArrowUtil
to its own file by @Tishj in https://github.com/duckdb/duckdb/pull/13990Full Changelog: duckdb/duckdb@v1.1.0...v1.1.1
Configuration
📅 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.