duckdb / duckdb-wasm

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

Add possibility to 'SET reliable_head_requests' via SQL #1762

Closed carlopi closed 3 weeks ago

carlopi commented 3 weeks ago

To switch between modes (see https://github.com/duckdb/duckdb-wasm/pull/1757), do either:

SET reliable_head_requests = true;

or

SET reliable_head_requests = false;