-
Notifications
You must be signed in to change notification settings - Fork 139
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
[WASM] Get wrong result, using Array with Interval #1203
Comments
Thanks for the report! It looks like this is exclusively a problem in the WASM version - likely related to the result set conversion there. |
Mytherin
changed the title
Get wrong result, using Array with Interval
[WASM] Get wrong result, using Array with Interval
Dec 16, 2022
Hi @zhejiangxiaomai! This looks like it's working now in a more "uniform way", but there has been an independent regression on this:
so that the result is currently non-sensical. I will have a look, thanks for your report! |
This was referenced Mar 23, 2023
Merged
Thanks, this is solved thanks to #1769 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happens?
When I use array with Interval. The result is not as expected.
To Reproduce
using https://shell.duckdb.org/
When I type "select INTERVAL 30 SECONDS;", result is 00:00:30.
But the strange thing is
When I type "select ARRAY[INTERVAL 30 SECONDS];", result is 00:00:00.030 .
OS:
DuckDB Web Shell
DuckDB Version:
v0.0.1-dev0
DuckDB Client:
web
Full Name:
zhenhui zhao
Affiliation:
[email protected]
Have you tried this on the latest
master
branch?Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
The text was updated successfully, but these errors were encountered: