We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
select 'hello'::integer;
Some SQL-level errors are not correctly forwarded to the users and shallowed along the way.
Somehow similar to #1329.
select 'hello'::integer; in the duckdb-wasm shell or equivalentSELECT 1::INTERVAL.
SELECT 1::INTERVAL
Chrome 114
MacOS
@duckdb/[email protected]
shell.duckdb.org
Carlo Piovesan
DuckDB Labs
The text was updated successfully, but these errors were encountered:
This has since been solved, already in the live shell: https://shell.duckdb.org/#queries=v0,select-'hello'%3A%3AINTEGER~
Sorry, something went wrong.
No branches or pull requests
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 shellor equivalent
SELECT 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
The text was updated successfully, but these errors were encountered: