Skip to content

Release Databricks OSS JDBC driver version v1.0.6-oss

Latest
Compare
Choose a tag to compare
@jayantsing-db jayantsing-db released this 29 May 17:13
· 5 commits to main since this release
ff2751a

Added

  • Support for fetching tables and views across all catalogs using SHOW TABLES FROM/IN ALL CATALOGS in the SQL Exec API.
  • Support for Token Exchange in OAuth flows where in third party tokens are exchanged for InHouse tokens.
  • Support for polling of statementStatus and sqlState for async SQL execution.
  • Support for REAL, NUMERIC, CHAR, and BIGINT JDBC types in PreparedStatement.setObject method.
  • Support for INTERVAL data type.

Fixed

  • Added explicit null check for Arrow value vector when the value is not set and Arrow null checking is disabled.