v1.0.6-oss
·
185 commits
to main
since this release
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.setObjectmethod. - 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.