| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dbeaver-ce-25.3.4-win32.win32.aarch64.zip | 2026-02-01 | 120.7 MB | |
| dbeaver-ce-25.3.4-linux.gtk.x86_64.tar.gz | 2026-02-01 | 124.5 MB | |
| dbeaver-ce-25.3.4-macos-x86_64.dmg | 2026-02-01 | 122.8 MB | |
| dbeaver-ce_25.3.4_amd64.deb | 2026-02-01 | 124.5 MB | |
| dbeaver-ce-25.3.4-macos-aarch64.dmg | 2026-02-01 | 121.6 MB | |
| dbeaver-ce-25.3.4-stable.aarch64.rpm | 2026-02-01 | 123.9 MB | |
| dbeaver-ce-25.3.4-linux.gtk.aarch64.tar.gz | 2026-02-01 | 123.8 MB | |
| dbeaver-ce-25.3.4-stable.x86_64.rpm | 2026-02-01 | 124.6 MB | |
| dbeaver-ce-25.3.4-win32.win32.x86_64.zip | 2026-02-01 | 129.0 MB | |
| dbeaver-ce_25.3.4_arm64.deb | 2026-02-01 | 123.8 MB | |
| dbeaver-ce-25.3.4-x86_64-setup.exe | 2026-02-01 | 115.9 MB | |
| dbeaver-ce-25.3.4-aarch64-setup.exe | 2026-02-01 | 109.6 MB | |
| 25.3.4 source code.tar.gz | 2026-01-29 | 9.9 MB | |
| 25.3.4 source code.zip | 2026-01-29 | 17.7 MB | |
| README.md | 2026-01-29 | 2.8 kB | |
| Totals: 15 Items | 1.5 GB | 5 | |
- SQL Editor:
- When no text is selected, pressing "Ctrl+C" and "Ctrl+X" will copy or cut the entire line at the caret position (thanks to @jihoon0413, @jihoon0413)
- Fixed status bar visibility in the result set for single and multiple query execution
- Added result set display for pause commands in scripts
- Non-result presentations include filters and actions after executing a script
- AI assistant: fixed the SQL generation for the OpenAI engine
- Grouping Panel:
- Added Percent of Total function
- Columns and functions can now be reordered
- Pressing the Add button opens a submenu with available items and columns
- Choosing Custom adds an empty, editable column or function
- Data Transfer:
- Added the ability to export fetched rows without querying the database (in the extraction settings step)
- Fixed data migration from database to database when the "Selected rows only" option was enabled
- Connectivity:
- Fixed an SSH connection error on Windows related to permissions for temporary files created by the application
- The "Database Native" authentication type was renamed to "Username/password"
- Fixed "Transaction settings" opening in the connection editor
- Miscellaneous: added the ability to open DuckDB and MS Access files via File - Open in the main menu
- Databases:
- Athena: Fixed an issue when the connection stopped working after an application upgrade
- Azure Synapse Dedicated SQL Pool: Fixed the display of stored procedure definitions
- ClickHouse:
- Fixed an issue with displaying arrays of UUID, IPv4/IPv6, and Map types. They are now shown as strings in the Data Editor
- Fixed issues with timestamp insert and update operations with enabled date formatting
- CUBRID: Fixed an error occurring when executing a script generated after changing the view schema owner (thanks to @longhaseng52)
- PostgreSQL: Fixed Complete backup behavior and table selection visibility during dump(thanks to @mikiubo)
- Redshift: Fixed an issue when changing the schema failed if no schema matched the user's name
- Salesforce Data Cloud: Fixed default schema detection, which resolved issues with autocomplete
- TimescaleDB: Fixed incorrect table size display (thanks to @mkanetsuna)