sqlalchemy-exasol icon indicating copy to clipboard operation
sqlalchemy-exasol copied to clipboard

✨ Add support for HASHTYPE, GEOMETRY and INTERVAL type

Open redcatbear opened this issue 2 years ago • 0 comments

Situation

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.

redcatbear avatar Aug 22 '22 07:08 redcatbear