dbeaver version history
10 releases tracked, newest first.
26.1.2
Jul 5, 2026- Added AI Chat for generating SQL queries and answering user questions.
- Improved Find/Replace appearance and added quick filter in Data Editor.
- Fixed XXE and SQL injection vulnerabilities in Security.
- Added support for Timeplus database and various database-specific fixes.
12 downloads
26.1.1
Jun 21, 2026
- SQL Editor:
- Fixed autocomplete after SELECT with table with alias
- Fixed column highlighting with typecasts
- Fixed single/multiple tab mode toggle state when several editors are opened
- Fixed an issue where SQL templates showed an incorrect list of columns
- Disabled spell checking for annotations
- Added autocomplete suggestions for dialect-specific global variables, such as SYSDATE, SYSTIMESTAMP, current_date, and current_timestamp (thanks to @alonfaraj)
- AI Assistant: Fixed prompt of AI command results
- Data Editor:
- Added the ability to save the current filter as the default and reset it
- Fixed total row count calculation in the toolbar (thanks to @odegroot1234)
- Data Transfer:
- Fixed CSV import with multi-character delimiters, quotes, and escape values
- Added XML escaping for JSON and JSONB columns when exporting data to DBUnit format
- Database Tasks: Fixed task failures when using newl
12 downloads
26.1.0
May 31, 2026
- SQL Editor:
- Added support for double-curly SQL parameters[#40914] (thanks to @namoguy)
- AI assistant: Added support for new OpenAI codex models with the GitHub Copilot
- Metadata Editor:
- Fixed an issue where the item count disappeared after refreshing the editor (thanks to @jack-stormentswe)
- Data Editor:
- Added new shortcuts: 'Shift+Alt+Insert' inserts a row before the current, 'Ctrl+Shift+Alt+Insert' duplicates a row and inserts before the current row (thanks to @jack-stormentswe)
- Added the ability to hide filters (thanks to @EastLord)
- Added the "Insert new rows" option to Advanced Copy, allowing users to insert new rows without replacing existing ones
- Fixed an issue when some spatial data was displayed as grayed in the Spatial viewer
- Navigator: Fixed an issue when the newly created object was deleted after the refresh (thanks to @Desel72)
- Connectivity: Jump servers settings are now updated on the fly (thanks to @jack-stormentswe)
- Data T
12 downloads
26.0.5
May 17, 2026
- AI assistant: Added support for new Codex models in GitHub Copilot
- SQL Editor:
- Fixed syntax highlighting for inline ORDER BY clauses inside aggregate functions (thanks to @tmimmanuel)
- Data Editor:
- Disabled Save and Cancel buttons for read-only databases (thanks to @MilosM348)
- Added a group row striping option that allows rows to be colored by column values in the result grid (thanks to @MkDev11)
- Added the ability to show multiple selected rows in the Text record mode (thanks to @EastLord)
- Data Transfer:
- Wizard pages were redesigned
- The export window now stays open after errors, allowing the export to be restarted
- Navigator:
- Added indicators for connection view type (Simple, Advanced, or Custom) and updated simple view mode switching
- Added the ability to change the current project from the bottom-left corner
- Connectivity:
- Fixed an issue where the option to save credentials was disa
12 downloads
26.0.4
May 3, 2026
- SQL Editor:
- Added options to trim leading or trailing spaces in the selected text or the whole script (thanks to @seroperson)
- Resolved an issue with incorrect transaction mode display
- Fixed an issue where the transaction monitor showed "N/A" after the toolbar was changed with drag-and-drop (thanks to @xingxing21)
- Fixed an issue where the "Open a separate connection for each editor" preference was not saved (thanks to @xingxing21)
- Fixed the DROP confirmation dialog layout for long SQL queries (thanks to @EastLord)
- AI assistant: Fixed the default temperature value for different AI engines
- Data Editor:
- Fixed an issue where reference tables became empty when fetching the next page in the References panel
- Added an option to show column data type names in column headers (disabled by default) (thanks to @seroperson)
- Fixed an exception when expanding a custom data type value in Record mode
- Data Export: Fixed object list resizing in the Export/Du
12 downloads
26.0.3
Apr 19, 2026
- Data Editor:
- Added keywords autocompletion for partially typed
- Added the source table name to column header tooltips for query results with JOIN (thanks to @bittoby)
- Fixed an issue where the row count calculation icon did not reset after counting (thanks to @HellAmbro)
- Fixed the display of spatial data when multiple columns were selected
- Fixed the ability to calculate row count for non-standard SELECT statements (thanks to @fdcastel)
- Navigator:
- Added a key binding to focus the Database Navigator filter (thanks to @EastLord)
- ER Diagram: Added preference option to load lazy comments in diagrams (thanks to @jhjalison01)
- Data Export:
- Fixed export in SQL format for values containing single quotes (thanks to @dev-miro26)
- Fixed a corrupted UI area during the Extraction step in Export
- Connectivity:
- Added the ability to set Navigator filters in connection settings
- Fixed an issue with f
12 downloads
26.0.2
Apr 5, 2026
- Navigator:
- Fixed Copy/Paste for active connections
- Returned the ability to show/hide system objects in Simple view mode
- Data Editor: Fixed "Access blocked" error in Spatial Viewer when loading OpenStreetMap
- Miscellaneous:
- Fixed an issue where Git and Proxy settings could break the workspace path
- Fixed -con attribute handling when starting the application from the command line
- Databases:
- Athena: Default driver was updated to AWS Athena JDBC driver. The previous driver is still available as Athena (Legacy)
- ClickHouse: Fixed an issue where the database failed due to unknown driver parameters
- DuckDB: Fixed geometry type display for database versions > 1.5 (thanks to @EastLord)
- MariaDB: Fixed an issue when zero dates were displayed as NULL (thanks to @EastLord)
- MySQL:
- Added MANUAL to the keyword list (thanks to @EastLord)
- Fixed user management
- Orac
12 downloads
26.0.1
Mar 22, 2026
- SQL Editor:
- Queries cancelled by users are no longer marked as invalid
- Fixed layout issue when the first few rows of text were not visible
- Grouping panel:
- Percent function now shows 2 significant digits
- Added the ability to reorder grouping columns
- Metadata Editor: Fixed hash code display when the table name is empty (thanks to @dahyeong-yun)
- Data Transfer: the Proceed button is now enabled earlier, on every page that is properly filled
- Query Manager became accessible even if the database password is lost
- Connectivity:
- Added connection name and background color to the Ctrl+E editor switcher dropdown (thanks to @bittoby)
- Fixed an issue when changes in connection parameters were not applied correctly
- Miscellaneous:
- Added an option to disable automatic connection attachment to scripts
- Made simple/advanced mode switcher more visible
- We migrated to Eclipse 2026-03
12 downloads
26.0.0
Mar 1, 2026
- AI assistant: added the ability to filter database objects in AI scope settings
- Data Editor:
- Fixed an issue where adding a new row in record mode inserted an existing row instead of creating a new empty one
- Fixed incorrect DDL generation for tables without keys
- Fixed a bug where a new column could be replaced with the percent column after it had been enabled and then disabled
- ER Diagram: Fixed an issue where table names were truncated after saving in PNG format
- Task Management: fixed the ability to run tasks with linked scripts
- Connectivity:
- Fixed jump host edits. Changes take effect as soon as the hostname is updated
- Fixed the "Test tunnel configuration" functionality that did not work for custom network profiles
- Miscellaneous:
- Fixed the arm64 build in the dbeaver-ce snap package
- Databases:
- Athena was updated to version 3.27.0
- Hive 4: fixed the ability to edit binary files in the Val
12 downloads
25.3.5
Feb 15, 2026
- AI assistant: added descriptions for the custom prompts
- Data Editor:
- Improved the presentation of multiple foreign keys
- Fixed dark mode display for single-tab results
- Fixed several minor issues related to background rendering, exceptions, and cursor behavior
- Metadata Editor: Fixed tab styling
- Task Management:
- The "Save Task" button was moved to the same row as the other action buttons
- Added a tooltip to the Auto-commit option in the SQL Script task settings
- Miscellaneous:
- Added an option to exclude the application from Windows Defender during installation
- Fixed Linux installation using Debian
- Fixed the ability to manage software installation
- Fixed file opening from the main menu
- Databases:
- IoTDB: Fixed an SQL execution error (thanks to @LJW21-02)
- PostgreSQL: Added DDL display support for PostgreSQL policies (thanks to @shAn-kor)
12 downloads