-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unimplemented type for cast (INTERVAL -> TIME) #7
Labels
bug
Something isn't working
Comments
A similar error when using a
|
Similar issue when using
|
There was a related workaround needed for the Tableau connector: https://github.com/MotherDuck-Open-Source/duckdb-tableau-connector/blob/main/tableau_connectors/duckdb_jdbc/dialect.tdd |
Here is a related issue with |
This was referenced May 15, 2024
Merged
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
In the ODBC spec (see sqlext.h), the data type
INTERVAL
has the same data type identifier asTIME
. When casting a DuckDBINTERVAL
to an ODBCINTERVAL
, I get the following error:Repro steps:
INTERVAL
variable:This may need to be addressed in the DuckDB ODBC driver.
Related to #5 .
The text was updated successfully, but these errors were encountered: