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

Fixup patch, now allowing installing from other repositories via 'INSTALL x FROM community' #1869

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

carlopi
Copy link
Collaborator

@carlopi carlopi commented Sep 27, 2024

Rework of #1866


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 merged commit a711d39 into duckdb:main Sep 27, 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