You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Triggers tab in the table structure view for MySQL, MariaDB, PostgreSQL, SQLite, SQL Server, Oracle, libSQL, and Cloudflare D1, with a filter field, sortable columns, and a read-only view of each trigger's definition. (#1695)
Create, edit, and drop triggers from the Triggers tab. (#1695)
Traditional Chinese (繁體中文) language in Settings > General.
An Add button in the table status bar inserts a new row at the end of the grid and starts editing it.
DuckDB connections can now reach a remote server over the Quack protocol (experimental). Pick Remote (Quack) in the connection form, enter the host, port, and token. Listing remote tables in the sidebar is not available yet. Needs DuckDB 1.5.3 or later. (#1716)
Changed
Selecting a Redis namespace in the sidebar now filters the open view to that prefix with paging, instead of opening a separate tab. (#1701)
Fixed
SQL autocomplete now suggests columns for a derived-table or CTE alias. (#1697)
Redis entries no longer disappear after the connection sits idle. (#1701)
Redis key browsing now lists and pages through every key in a database or namespace, instead of only the first SCAN batch. (#1701)
A dropped Redis connection now reconnects on the next command and replays auth and the selected database. (#1701)
DuckDB VARIANT columns now show their value as text instead of an empty cell.
A new database group now appears in the connection list right away instead of only after restarting the app. (#1704)
The SQL formatter keeps nested indentation for UNION, INTERSECT, and EXCEPT inside a subquery, and puts the closing parenthesis on its own line. (#1698)
Toolbar button tooltips now show each action's real keyboard shortcut and follow your custom bindings. (#1694)
Deleting a table from the sidebar now removes it from the tree right away on multi-database servers like MySQL and PostgreSQL. (#1714)
The row detail panel no longer stays blank when a table is opened in a second tab.
The sidebar filter now stays put when you open another tab.
Fixed a crash when browsing the database tree on servers with many schemas, such as PostgreSQL.
Reopening the app no longer shows a "Not connected to database" error when it restores a table tab on a connection that is still reconnecting, such as one over SSH.