Skip to content

Migrated PostgreSQL dialect implementation to its own repository.

Compare
Choose a tag to compare
@chiaradiamarcelo chiaradiamarcelo released this 22 Dec 10:07
aa99774

Summary

Please we aware you can not create PostgreSQL Virtual Schemas using this JAR anymore.
PostgreSQL dialect implementation has been migrated to https://github.com/exasol/postgresql-virtual-schema.

We also enabled JOIN capabilities in MySQL dialect adapter, and started a FAQ documentation page.

Features

  • #433: Enabled JOIN capabilities in MySQL dialect adapter.

Bug Fixes

  • #427: Excluded transitive org.apache.httpcomponents:httpclient dependency to avoid CVE-2020-13956.

Documentation

Refactoring

Dependency updates

  • Updated com.exasol:virtual-schema-common-jdbc:7.0.0 to 8.0.0
  • Removed org.postgresql:postgresql:42.2.18
  • Removed org.testcontainers:postgresql:1.15.0
  • Removed org.apache.httpcomponents:httpclient