Offline Driver Import,Support importing JDBC drivers offline via ZIP packages or local JAR files, convenient for environments without internet access
Improvements
Data Grid Experience Optimization,Improved cell detail editor (including inline date-time editing), Enter key editing and keyboard navigation, column width adjustment in transposed view, and record switching, among other interactive enhancements (contributed by @yavon007)
Fixes
MCP Database Context,Fixed an issue where MCP requests did not correctly pass the current database context to the backend
SQL Server Transaction Syntax,Fixed an issue where SQL Server explicit transactions used `BEGIN` instead of `BEGIN TRANSACTION`, causing execution failures
Agent Large Response Crash,Limited the single-line read size for Agent to prevent memory overflow crashes caused by oversized responses
MySQL TLS Connection,Fixed an issue where MySQL TLS connections did not automatically fall back to non-SSL retries after an unexpected closure
Plugin Process Stability,Strengthened IO handling in the plugin process to improve connection stability
Elasticsearch Aggregation Query,Fixed an issue where Elasticsearch aggregation query results could not be correctly parsed into table format (closes #344)
MySQL Metadata Collation,Fixed an issue in MariaDB where inconsistent collation in the `information_schema` table caused metadata query failures (contributed by @yavon007)
Driver Download Verification,Removed unnecessary SHA-256 verification during driver downloads to prevent verification failures from blocking installation
Batch Insert Rows,When inserting multiple rows of data at once in the data grid, they are merged into a single INSERT statement for execution, improving batch operation efficiency.
MySQL DELIMITER Syntax,The SQL editor supports MySQL's DELIMITER syntax, correctly splitting multi-statement scripts such as stored procedures.
Database Export Search,The export dialog now includes a table search filter feature for quickly locating target tables.
Date-Time Editor,Cells of date, time, and timestamp types in the data grid use a dedicated editor for more intuitive input.
DuckDB Create Database,Supports directly creating DuckDB database files in the connection form.
In-Memory Database,SQLite and DuckDB support in-memory mode connections (`:memory:`).
DDL Capability Matrix,The table structure editor automatically enables/disables DDL operations based on the database type.
SQL Auto-Completion Optimization,Improved the interface interaction experience for SQL editor auto-completion.
Save Page Size,The setting for rows per page in query results will be persisted.
Oracle Query Optimization,Uses direct SQL instead of JDBC metadata API to accelerate Oracle metadata queries.
Improvements
Agent Protocol Refactoring,Comprehensive refactoring of the Agent-driven communication protocol, adding a compatibility handshake mechanism and capability matrix to enhance driver compatibility.
Fixes
OceanBase Compatibility,Fixed the issue where COLLATE inconsistency in OceanBase (MySQL compatibility mode) caused metadata query failures.
SQL Server ORDER BY,Fixed the issue where ORDER BY was not correctly removed when wrapping queries in SQL Server.
ClickHouse Metadata,Fixed the schema metadata database parsing error for ClickHouse.
MongoDB Authentication Database,Fixed the issue where MongoDB could not configure the authentication database (authSource).
Thinking Model Timeout,Extended the timeout duration and token budget for AI thinking models.
IME Enter,Fixed the issue where pressing Enter while using input method editors (e.g., Chinese) incorrectly triggered sending.
Data Grid State,Correctly discards uncommitted edits when switching result sets.
Format Button Overlap,Widened the header control width to prevent the format button from being obscured.
Page Row Count,Fixed the issue where the data grid did not correctly adhere to the page size limit.
Databases Without Catalog,Fixed the issue where the schema tree in the sidebar could not be displayed for databases that do not support catalogs.
Object Search,Fixed the issue of unnecessary schema prefixes in object search results.
Web Copy,Fixed the issue where the copy function was unavailable in some browsers on the web version.
Table Structure Editor,Fixed multiple issues including the table structure editor not loading correctly when opened, ClickHouse column editing, and object schema loss.
DuckDB Time Display,Fixed the display format for date-time types in DuckDB.
DuckDB Connection Test,Fixed the issue of repeatedly creating connection pools during connection testing.
JDBC Compatibility,Caught exceptions from older JDBC drivers that do not support getSchema/getCatalog.
Driver Validation,Enhanced file integrity validation when downloading drivers.
Connection Editing,Fixed the issue where data was not correctly populated when opening the edit dialog for a saved connection.
Proxy Settings,Fixed the issue where the Agent unexpectedly inherited system proxy settings, causing connection failures.
NPM Command Line Package,Added `dbx` Node.js npm package, supporting installation and management of DBX via command line
Custom Column Formatting,Data tables now support custom column formatters for flexible control over data display
Transposed Table View,Added transposed view for data tables, allowing data browsing with rows and columns swapped
Multi-Row Column Comment Editing,Table structure editor now supports multi-line editing of column comments
AI Vendor Presets,Added preset configurations for common vendors in AI settings, enabling quick integration with mainstream AI services
Direct SQL File Opening,Supports opening and editing .sql files directly in the editor for execution
Driver Update Reminder,Automatically prompts for updates when a new version of the Agent driver is available, with a badge showing the number of pending updates
Improvements
Automatic Metadata Cache Refresh,Automatically refreshes expired Schema metadata cache to ensure information is always accurate
Fixes
Window Restore Size Anomaly,Fixed an issue where the window size could exceed the screen boundaries when restoring
SQL Server Table Structure Loading,Fixed an issue where table structure metadata was not correctly loaded in SQL Server connections
Paginated Data Export,Fixed incomplete export of paginated table data
PostgreSQL DDL Column Comments,Fixed missing column comments when generating DDL for PostgreSQL
PostgreSQL Sidebar Navigation,Fixed an issue where the Schema browser was incorrectly opened from a PostgreSQL database node
AI Agent Execution Intent,Fixed an issue where the AI agent's recognition scope for execution intent was not broad enough
Data Refresh After Row Deletion,Fixed an issue where data tables did not automatically refresh after deleting a row
Portable Data Directory Support,Fixed an incorrect data directory path in portable mode