duckdb / duckdb-wasm

WebAssembly version of DuckDB
https://shell.duckdb.org
MIT License
1.02k stars 110 forks source link

Modify patch: Proper handling for custom_extension_repository #1750

Closed carlopi closed 1 month ago

carlopi commented 1 month ago

Thanks @Y-- for reporting this.

Error was:

SET custom_extension_repository = 'https://something.else';
LOAD x;

would still load from default URL.