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

Allow overrride extension repo on a per-extension basis via INSTALL syntax #1866

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

carlopi
Copy link
Collaborator

@carlopi carlopi commented Sep 25, 2024

INSTALL h3 FROM community;
LOAD h3;

Now implies that h3 has to be fetched from the community extension endpoint.

Previous syntax like:

LOAD sqlite_scanner;

(that defaults to core)
or

LOAD 'https://community-extensions.duckdb.org/v1.1.1/wasm_eh/h3.duckdb_extension.wasm';

remains valid.

Note that INSTALL is still special cased as being lazy, and this still needs solving in mainline duckdb, and might require changes that will be potentially not be fully compatible, but this is intended only for cases already not working.

@carlopi carlopi changed the title Allow overrride extension repo on a per-extension basis Allow overrride extension repo on a per-extension basis via INSTALL syntax Sep 25, 2024
@carlopi carlopi merged commit 71a967b into duckdb:main Sep 25, 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.

1 participant