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

Move ExtensionHelper into main DuckDB Class #2563

Merged
merged 11 commits into from
Nov 9, 2021

Conversation

Mytherin
Copy link
Collaborator

@Mytherin Mytherin commented Nov 9, 2021

This PR moves the extension helper into the main DuckDB class, which means any extensions that are statically compiled into the system (e.g. through enabling various cmake flags, such as BUILD_PARQUET_EXTENSION) are loaded on database startup for all APIs. This simplifies the code and fixes #2505.

The DBConfig has an extra option load_extensions that can be used to disable this behavior. If the option is set to false the extension load on start-up is not performed.

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.

I can't read from a parquet file with C API
1 participant