duckdb-wasm icon indicating copy to clipboard operation
duckdb-wasm copied to clipboard

Simple range select causes infinite loop

Open Tishj opened this issue 3 years ago • 0 comments

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

Tishj avatar Aug 16 '22 15:08 Tishj