Skip to content

v1.6.4

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 11:06
· 6 commits to main since this release
6b72981

Features

  • Connect to Databricks SQL warehouses using personal access tokens, browser OAuth, or service-principal OAuth. Browse Unity Catalog and legacy Hive-metastore tables, views, and columns. #241

  • Connect to Exasol, including Exasol SaaS, with schema, table, view, and column browsing, secure credential storage, and configurable TLS. Thanks @abdullah094 for the contribution. #320

Bug fixes

  • Azure SQL Database browsing now opens a connection to the selected database when the server rejects USE, so databases and their objects can be expanded reliably. Thanks @CosX for the report and fix. #325, #324

  • Binary result values now display as lossless hexadecimal instead of crashing the TUI, including rows loaded incrementally. Thanks @rajp152k for the report and fix. #323, #322