Skip to content

Extracted Exasol dialect, removed deprecated properties

Compare
Choose a tag to compare
@AnastasiiaSergienko AnastasiiaSergienko released this 04 May 08:27
ff2c6c7

Summary

In this release we introduced a few major changes:

  1. We extracted the Exasol dialect to a separate repository. The Exasol dialect is not included into a jar of this project anymore. Please, check the latest release of the Exasol dialect here: https://github.com/exasol/exasol-virtual-schema/releases

  2. We removed deprecated Virtual Schema properties CONNECTION_STRING, USERNAME and PASSWORD. Please, use CONNECTION_NAME property instead.

  3. We updated API and documentation.

Some other minor changes see in the list of changes.

Changes

  • #289: removed deprecated properties
  • #302: removed old integration test dependencies, updated all other dependencies
  • #322: ported VS to VSCJDBC 3.0.0
  • #324: added API description for JSON functions
  • #333: updated dependencies and fixed incompatibilities issues (#334)