v1.6.0
Features
-
Navigate foreign-key relationships directly from query results. Press
oon a foreign-key value to open the referenced row, orOon a referenced column to choose among tables that point to it. Navigation uses provider-specific SQL and supports the project’s FK-capable database adapters. #239, #167 -
Trino connections now support None, Basic, Kerberos, and GSSAPI authentication. Ticket-based modes avoid password prompts, preserve secure driver defaults, derive working service targets, and support SSH-tunneled connections. Thanks @joshua-park321. #283, #286, #282
Bug fixes
-
Tab insertion and autocomplete now respect remapped actions while still allowing a literal tab character where expected. Thanks @probeldev. #267, #270
-
PostgreSQL BC dates remain queryable instead of failing during value conversion. #271, #263
-
Oracle Easy Connect URLs now support protocol and connection parameters, and trailing SQL terminators are kept out of driver execution. #272, #273, #261, #260
-
Oracle CLOB and BLOB results are fetched safely without hanging the TUI, silently losing unserializable worker results, or allocating fetch buffers beyond the requested row limit. Thanks @RicardoArdito. #277, #285, #276
-
SQL Server Docker discovery now handles both IPv4 and IPv6 published loopback addresses correctly. Thanks @HerrLiljegren. #279, #280
-
Process-worker serialization failures, including
OSError, are surfaced instead of being silently dropped. #284 -
Stored procedure result sets are now displayed for MySQL, MariaDB, and SQL Server. Procedure execution drains status and trailing result sets without changing Oracle or Firebird non-query behavior. Thanks @probeldev. #287, #265