exasol / virtual-schemas

Entry point repository for the EXASOL Virtual Schemas
http://www.exasol.com
MIT License
24 stars 23 forks source link

`TEXT` type for MySQL dialect #320

Closed redcatbear closed 4 years ago

redcatbear commented 4 years ago

Situation

MySQL knows the type TEXT which can hold large amounts of text. Exasol's closest match is VARCHAR. At least documents up to 2 million characters should be usable through the MySQL dialect for Exasol Virtual Schema.

Acceptance Criteria

redcatbear commented 4 years ago

Looking at the code the BaseColumnMetadataReader already handles LONGVARCHAR correctly. And that is what the MySQL JDBC driver maps TEXT fields to.

See: