| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dbeaver-ce-25.2.0-macos-x86_64.dmg | 2025-08-31 | 133.7 MB | |
| dbeaver-ce-25.2.0-macos-aarch64.dmg | 2025-08-31 | 132.5 MB | |
| dbeaver-ce-25.2.0-linux.gtk.aarch64-nojdk.tar.gz | 2025-08-31 | 92.1 MB | |
| dbeaver-ce-25.2.0-linux.gtk.x86_64.tar.gz | 2025-08-31 | 134.7 MB | |
| dbeaver-ce-25.2.0-stable.x86_64.rpm | 2025-08-31 | 134.8 MB | |
| dbeaver-ce-25.2.0-x86_64-setup.exe | 2025-08-31 | 130.2 MB | |
| dbeaver-ce-25.2.0-linux.gtk.x86_64-nojdk.tar.gz | 2025-08-31 | 92.2 MB | |
| dbeaver-ce-25.2.0-win32.win32.x86_64.zip | 2025-08-31 | 133.9 MB | |
| dbeaver-ce_25.2.0_amd64.deb | 2025-08-31 | 134.7 MB | |
| 25.2.0 source code.tar.gz | 2025-08-29 | 9.8 MB | |
| 25.2.0 source code.zip | 2025-08-29 | 17.4 MB | |
| README.md | 2025-08-29 | 2.8 kB | |
| Totals: 12 Items | 1.1 GB | 3 | |
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