Skip to content

Releases: exasol/virtual-schema-common-jdbc

Minor improvements for logging and tests

31 Jan 08:21
b391068
Compare
Choose a tag to compare

Summary

In this release we improved adapter notes classes test coverage and added logger message for connection established time.

Changes

#16: Added tests for adapter notes.
#18: Added logger message for connection established time.

Fixed table filter bug

11 Dec 09:11
b653176
Compare
Choose a tag to compare

Summary

In this release we fixed a table filter bug and updated a version of VS-common-java.

Changes

  • #13: Fixed table filter bug
  • Updated version of common part

Dialect name list assembled at runtime and Java 11 port

13 Nov 13:33
Compare
Choose a tag to compare

Summary

In this release the project was ported to Java 11.
Dialect name list now assembled at runtime.

Changes

#10: Dialect name list now assembled at runtime.
#12: Ported to Java 11.

Minor improvements

25 Oct 13:19
ba7538a
Compare
Choose a tag to compare

Summary

Added SQL Statement Select builder.

Changes

  • #8: Added SQL Statement Select builder

Extracting JDBC part into a separated project

21 Oct 13:49
9df8f2b
Compare
Choose a tag to compare

Summary

Extracted the project from Virtual Schemas (https://github.com/exasol/virtual-schemas).

Changes

  • #1: Imported non dialect specific parts.
  • #3: Improved test coverage.
  • #6: Improved split from VS