Skip to content

Releases: exasol/virtual-schema-common-java

Added HASHTYPE support

17 Oct 08:45
254f94c
Compare
Choose a tag to compare

Summary

Added support for a new Exasol data type: HASHTYPE

Changes

  • #100: added new Exasol data type HASHTYPE

Minor improvements

07 Oct 09:05
9d1dc24
Compare
Choose a tag to compare

Summary

Updated Eclipse launch files to Java 9.

Changes

  • #107: Updated Eclipse launch files to Java 9

Ported to Java 9

27 Aug 09:23
07a1e19
Compare
Choose a tag to compare

Summary

The project was ported to Java 9.

Changes:

  • #105: port to java9

Added `DataType.isSupported`

27 Aug 09:21
07a1e19
Compare
Choose a tag to compare

Summary:

Added new method DataType.isSupported.

Changes:

  • #103: Add DataType.isSupported

New property `BINARY_COLUMN_HANDLING`

16 Aug 11:26
a9868c4
Compare
Choose a tag to compare

Summary

The AdapterProperties got a new item called BINARY_COLUMN_HANDLING where users can chose between IGNORE and ENCODE_BASE64.

Changes

  • #98: Use lambdas in log messages where missing
  • #101: Introduced property BINARY_COLUMN_HANDLING
  • #210 (virtual-schemas): Updated documentation on how to build a dialect

Minor improvements

17 Jul 08:02
996234e
Compare
Choose a tag to compare

Summary

This release contains the same changes as 7.0.1, but the version was change due to some problems with uploading jars to the Maven Central Repository.

Minor improvements

16 Jul 14:52
e2db68c
Compare
Choose a tag to compare

Summary

This release contains minor improvements and fixes.

Changes

#92: removed duplicates and improved documentation
#93: removed duplicated SqlTestUtil class
#95: added createUnsupported() method to the DataType class

Improved metadata serialization

25 Jun 12:08
4c6185c
Compare
Choose a tag to compare

Summary

This is a refactoring release that improves code quality and structure of JSON serialization of schema metadata.

Changes

#52: New converters from schema data to JSON

Fall back to local logging in case debug address is invalid

21 Jun 10:02
b8dcfd1
Compare
Choose a tag to compare

Summary

This release contains an enhancement that makes Virtual Schemas more robust against wrongly configured debug addresses.

Changes

#85: Fall back to local logging in case debug address is invalid

Get the actual version and the name of the adapter

18 Jun 12:58
Compare
Choose a tag to compare

Summary

Get the actual version and the name of the adapter as a logger's message

Changes

#83: added methods that get the adapter version and name into AdapterFactory