Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@lnkuiper
Copy link
Collaborator

@lnkuiper lnkuiper commented Sep 30, 2025

Since v1.4.0, we bind table macros upon creation, just like we do for scalar macros. However, there were some issues where we did not properly throw upon finding unresolved parameters. This PR addresses that.

Fixes #19142
Fixes https://github.com/duckdblabs/duckdb-internal/issues/6081

@hannes
Copy link
Member

hannes commented Sep 30, 2025

Thanks!

@hannes hannes merged commit 9eccb88 into duckdb:v1.4-andium Sep 30, 2025
53 checks passed
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Oct 1, 2025
Check for unresolved parameters when binding `CREATE MACRO ... AS TABLE` (duckdb/duckdb#19196)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request Oct 2, 2025
Check for unresolved parameters when binding `CREATE MACRO ... AS TABLE` (duckdb/duckdb#19196)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Oct 2, 2025
* vendor: Update vendored sources to duckdb/duckdb@9eccb88

Check for unresolved parameters when binding `CREATE MACRO ... AS TABLE` (duckdb/duckdb#19196)

* [create-pull-request] automated change (#1597)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: krlmlr <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@lnkuiper lnkuiper deleted the bind_table_macro branch October 15, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants