Skip to content

0.3.0 Convert names to upper case, M2M auth

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 09:36
· 1 commit to main since this release
67f9f75

This release converts the names of Databricks tables and columns to upper case in Exasol to improve usability of the virtual schema. Quoting table and column names with double quotes " is no longer required as Exasol converts all names to upper case by default.

The release also implement OAuth M2M (machine-to-machine) authentication, see the user guide for details.

Security

Features

  • #18: Convert table and column names to upper case
  • #3: Implemented OAuth M2M authentication

Documentation

  • #32: Updated JDBC driver installation instructions in user guide

Dependency Updates

Test Dependency Updates

  • Updated com.databricks:databricks-sdk-java:0.32.0 to 0.32.1
  • Added commons-io:commons-io:2.17.0
  • Updated org.junit.jupiter:junit-jupiter:5.11.1 to 5.11.2