-
Notifications
You must be signed in to change notification settings - Fork 46
chore: Auto-update from GitHub Actions #1580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add `COPY (...) TO ... (FORMAT BLOB)` (duckdb/duckdb#18840) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Allow user type with schema defined to have array bounds (duckdb/duckdb#18342) Issue template: Add the Python repository (duckdb/duckdb#18928) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix query() function error message for PIVOT statements without explicit IN clauses (duckdb/duckdb#18900) Remove case-insensitive character from grammar files (duckdb/duckdb#18948) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Merge v1.4-andium into main (duckdb/duckdb#18952) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Dev] Some light code cleanup in `RemoveUnusedColumns::VisitOperator` (duckdb/duckdb#18964) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Support renaming a database - ALTER DATABASE <> RENAME TO <> (duckdb/duckdb#18970) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
V1.4 andium (duckdb/duckdb#18982) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix field id uniqueness for alter database (duckdb/duckdb#18988) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix unused variable warnings (duckdb/duckdb#18913) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Avoid adding a TupleDataChunkPart with only one row. (duckdb/duckdb#18904) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Tiny fix for ColumnDataAllocator::ColumnDataAllocator (duckdb/duckdb#18990) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fixes for ALTER DATABASE - use serialization framework, and fix stringification of identifiers (duckdb/duckdb#18994) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Fix union semantics in recursive CTEs (duckdb/duckdb#19017) Expected errors 2053 (duckdb/duckdb#18960) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Multifile `parquet_metadata` and friends parallelism (duckdb/duckdb#18854) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
[Optimize] use StorageLock for CompressionFunction (duckdb/duckdb#19028) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
PEG grammar updates (duckdb/duckdb#19031) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Rework Compression Function registration to avoid grabbing locks (duckdb/duckdb#19045)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Run: https://github.com/duckdb/duckdb-r/actions/runs/17833847250