Skip to content
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

Add allowUnsignedExtensions to DuckDB Config #1651

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

Y--
Copy link
Contributor

@Y-- Y-- commented Feb 29, 2024

Right now one need two different builds if they want to switch between a version of DuckDB-WASM that accept unsigned extensions and one that doesn't.
This is not consistent with other platforms (such as CLI which can be started with -unsigned or Python which can open a DB with allow_unsigned_extensions configuration)

This PR allows to open the DB with this flag as well.

@szarnyasg szarnyasg requested a review from carlopi February 29, 2024 15:52
Copy link
Collaborator

@carlopi carlopi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@Mytherin
Copy link
Contributor

Mytherin commented Mar 4, 2024

Thanks!

@Mytherin Mytherin merged commit 2cdc981 into duckdb:main Mar 4, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants