Skip to content

3.0.0 Charset is always `utf-8`, deprecated IMPORT_DATA_TYPES `FROM_RESULT_SET` value .

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 13:55
2e84019

The behaviour when it comes to character sets is now simplified,
The target charset is now always UTF-8.
The IMPORT_DATA_TYPES property (and value FROM_RESULT_SET) are now deprecated (change in vs-common-jdbc):
An exception will be thrown when users useFROM_RESULT_SET. The exception message warns the user that the value is no longer supported and the property itself is also deprecated.

Refactoring

  • #38: Updated tests to include Exasol V8/ Update to vsjdbc 12.0.0