Open carlopi opened 1 year ago
Update here:
This is connected to a missing functionality in the sqlite_parser extension, and there is a path to solve this via providing a virtual file system backed by DuckDB's own file system.
And on the extension name I was wrong, proper name is sqlite_scanner, and now aliases works as intended.
As reported here: https://github.com/duckdb/duckdb-wasm/issues/1202#issuecomment-1483742558
reproducible also as
Plus, but the extension short-name should be sqlite (there is confusion between repo name and extensions names)