Skip to content

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
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