Kimmo Linna
Kimmo Linna
Have you tried to add the third parameter for registerFileURL? ```js await db.registerFileURL('remote.parquet', 'https://origin/remote.parquet', DuckDBDataProtocol.HTTP, false); ``` Because for example in ObservableHQ this is the issue. Clip from stdlib/duckdb.js ```js...
@peterboncz The error message looks similar. So It should be checked that the duckdb-wasm internally remembers to use also the third parameter. ;)
@ankoh I don't know does this affect anything but DataProtocols in `web_file.rs`are ```rs pub enum DataProtocol { Buffer = 0, Native = 1, Http = 2, } ``` in DuckDB...
I use Windows 10 Enterprise version at work and I don't have problem with DuckDB ODBC `1.0.0` and "Beta: Use Unicode UTF-8 for worldwide language support" enabled. But I noticed...
In Excel `File - Options - Save - Delete cached files`