duckdb-wasm
duckdb-wasm copied to clipboard
Simple range select causes infinite loop
To reproduce
select ['a'] as i from range(10) tbl(i);
Environment details
Client: shell.duckdb.org Version: 0.4.0 (@duckdb/[email protected])
Reproducable outside of WASM?
I have tried this same query on DuckDB CLI (master:latest), it completes just fine there