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
Currently, the SQLAlchemy Exasol dialect fails for columns with Support HASHTYPE, GEOMETRY and INTERVAL data type. For other BI, systems we changed these types in the Driver into VARCHAR.
We need to check, if there are native ways to support these types in SQLAlchemy or if the conversion to VARCHAR works.
The text was updated successfully, but these errors were encountered:
Nicoretti
changed the title
HASHTYPE, GEOMETRY and INTERVAL
sparkles Add HASHTYPE, GEOMETRY and INTERVAL
Aug 22, 2022
Nicoretti
changed the title
sparkles Add HASHTYPE, GEOMETRY and INTERVAL
Add HASHTYPE, GEOMETRY and INTERVAL
Aug 22, 2022
Nicoretti
changed the title
Add HASHTYPE, GEOMETRY and INTERVAL
✨ Add support for HASHTYPE, GEOMETRY and INTERVAL types
Aug 22, 2022
Nicoretti
changed the title
✨ Add support for HASHTYPE, GEOMETRY and INTERVAL types
✨ Add support for HASHTYPE, GEOMETRY and INTERVAL type
Aug 22, 2022
Situation
Currently, the SQLAlchemy Exasol dialect fails for columns with Support
HASHTYPE
,GEOMETRY
andINTERVAL
data type. For other BI, systems we changed these types in the Driver intoVARCHAR
.We need to check, if there are native ways to support these types in SQLAlchemy or if the conversion to VARCHAR works.
The text was updated successfully, but these errors were encountered: