4.1.0: Configurable datatype detection
Summary
Virtual-schema-common-jdbc version 10.0.0 introduced enhanced detection for data types of result sets.
Unfortunately with the new algorithm compatibility problems with the source database can happen under the following circumstances:
- data type
CHAR
orVARCHAR
- 8-bit character sets with encodings like
latin1
orISO-8859-1
- characters being not strictly ASCII, e.g. German umlaut "Ü"
The current release therefore uses an updated version of virtual-schema-common-jdbc
with an additional adapter property to configure the data type detection.
For details please see adapter Properties for JDBC-Based Virtual Schemas.
Bugfixes
- #26: Enabled to use MySQL database with character set
latin1
and characters not strictly ASCII.
Dependency Updates
Compile Dependency Updates
- Updated
com.exasol:virtual-schema-common-jdbc:10.0.1
to10.1.0
Test Dependency Updates
- Updated
com.exasol:exasol-testcontainers:6.3.1
to6.4.0
- Updated
com.exasol:virtual-schema-common-jdbc:10.0.1
to10.1.0