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
At least some queries with conversion errors don't throw, but return an empty result set, when run via AsyncDuckDBConnection.query(). For example, this query:
select '24:01:01'::time
throws Conversion Error: time field value out of range in the shell, but just returns 0 rows without any errors when using conn.query() which is misleading.
What happens?
At least some queries with conversion errors don't throw, but return an empty result set, when run via
AsyncDuckDBConnection.query()
. For example, this query:throws Conversion Error: time field value out of range in the shell, but just returns 0 rows without any errors when using
conn.query()
which is misleading.To Reproduce
Run this example:
https://gist.githubusercontent.com/ilyabo/4c5a6421c55fb9fdca09c04081b21d75/raw/3025c5db72127573b2f643dbd6b663fa832232dc/index.html
It doesn't throw an error, but outputs the result:
Browser/Environment:
Chrome 122
Device:
Macbook Pro M1
DuckDB-Wasm Version:
1.28.0, 1.28.1-dev106.0
DuckDB-Wasm Deployment:
custom app
Full Name:
Ilya Boyandin
Affiliation:
GeoVisually
The text was updated successfully, but these errors were encountered: