You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to double check (#1468), but this works properly when not using the shell package (within node or Web embedding of duckdb-wasm).
There are also other cases where shell adds a layer of complexity and some problem on its own.
One step forward would be having a simper non-shell deployment, that would double both as simple deployment of duckdb-wasm (where you use it as a library, and embedders are responsible for UI) and as a tool to simplify checking sources of problems, since it would allow a workflow like:
check works in duckdb
check works in duckdb-wasm simple deployment
check whether works in duckdb-wasm-shell
Where it's easier to find what component is responsible.
What happens?
Copy pasting queries containing unicode symbols seems to crash the shell
To Reproduce
Copy paste the following query into the shell:
The console shows this backtrace indicating it's some problem in the Rust code of the shell.
Browser/Environment:
Chrome
Device:
MacBook
DuckDB-Wasm Version:
Latest
DuckDB-Wasm Deployment:
shell.duckdb.org
Full Name:
Mark Raasveldt
Affiliation:
DuckDB Labs
The text was updated successfully, but these errors were encountered: