Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shallowed errors: select 'hello'::integer; #1347

Closed
carlopi opened this issue Aug 2, 2023 · 1 comment
Closed

Shallowed errors: select 'hello'::integer; #1347

carlopi opened this issue Aug 2, 2023 · 1 comment

Comments

@carlopi
Copy link
Collaborator

carlopi commented Aug 2, 2023

What happens?

Some SQL-level errors are not correctly forwarded to the users and shallowed along the way.

Somehow similar to #1329.

To Reproduce

select 'hello'::integer; in the duckdb-wasm shell
or equivalentSELECT 1::INTERVAL.

Browser/Environment:

Chrome 114

Device:

MacOS

DuckDB-Wasm Version:

@duckdb/[email protected]

DuckDB-Wasm Deployment:

shell.duckdb.org

Full Name:

Carlo Piovesan

Affiliation:

DuckDB Labs

@carlopi
Copy link
Collaborator Author

carlopi commented Jun 17, 2024

This has since been solved, already in the live shell: https://shell.duckdb.org/#queries=v0,select-'hello'%3A%3AINTEGER~

@carlopi carlopi closed this as completed Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant