DBeaver 25.2
August 31st, 2025
Changes since 25.1.5:
- AI Assistant:
- Added query preview to the @ai command and AI chat query confirmation
- Added support of a custom OpenAI API base URL (thanks to @p12tic)
- Improved query analysis performance
- SQL Editor:
- Issues with slow auto-completion of schemas/tables was resolved
- Context information (F2) was fixed and noe works without text selection
- Fixed issue with query re-parsing at the very end of the script
- Fixed aliases completion when dialect doesn’t support them
- Fixed issue with scrolling after script formatting
- Data Editor:
- Fixed advanced paste for tables without a key (thanks to @mikiubo)
- Fixed value display issue when switching to a record via foreign key
- ER Diagram: fixed incorrect key highlighting for tables with self-referencing columns
- Data transfer: icons for export and import providers were improved
- Connectivity: fixed scroll display in Connection settings
- General:
- Updated coloring for test and production connection types, as well as in Query Manager
- Fixed inconsistent font changes when running DBeaver as an Eclipse plugin
- Toolbar colorization in the dark theme was improved
- Fixed background rendering issues in Dark Theme
- The timezone name in the status bar now reflects daylight saving time
- New driver: Added support for TimechoDB/IoTDB (thanks to @LJW21-02)
- Databases:
- ClickHouse:
- Maps are now displayed as strings in the Data Editor
- Fixed connection issues for read-only users
- CUBRID:
- Corrected label name for Views in the Metadata Editor (thanks to @longhaseng52)
- Added support for AUTO_INCREMENT on SMALLINT and NUMERIC(x,0) column types (thanks to @longhaseng52)
- MySQL: improved performance of foreign key and references reading
- Oracle:
- Column copy was improved
- Issue with public synonyms loading was fixed
- New optimizer preference was added to the connection settings
- Snowflake: added support for SHOW, GRAN, and TRUNCATE keywords
- SQL Server: fixed data mapping issue during export
- ClickHouse: