Editor: Opening SQL now reuses existing untitled files for the same connection instead of creating multiple tabs.
Editor: Added scratch files for persistent SQL files organized by connection with configurable rotation (hourly/daily/weekly/monthly) and automatic cleanup.
Editor: Reworked statement boundary parsing to better handle functions, procedures, and other complex SQL constructs. #768#767
Connection Roles: Added new statement types for transactions, maintenance, grant/revoke, set/use.
Explorer: Added table search to right click context menu in explorer, supports multiple table selection.
Oracle: Added “Include Oracle Maintained Schemas” option to show system schemas (SYS, SYSTEM, etc.). #769
Redis: Added support for executing statements in the editor.
Results: Added “Open” to context menu to open data directly in editor. #630