This repository was archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Unable to run query with any dates #8
Comments
Hi, could you give examples of broken requests with Date(s)? |
Tripping over this one as well, here is an example query that requires no data :
Define start_day as a Date variable and give it any value to get
|
2 tasks
I encountered the same issue in 0.9.1. When creating SQL query with varirables via date picker or field filter(mapped to a datetime field), It would return |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there! I've tried running multiple queries with dates, and none of them seem to work. They all result in
"Unknown target type 91"
regardless of what I do. I've tried using Date variables in my queries and also tried using a date ranger Filter Field, and both result in the same error message. I suspect it has something to do with how the date field is being parsed/inserted in the driver and what DuckDB is expecting. Please let me know if I'm doing something wrong or if there's a way to resolve this.Thanks for building the library!
The text was updated successfully, but these errors were encountered: