ePrivacy and GPDR Cookie Consent by Cookie Consent
DBeaver software

DBeaver - releases history

Top Download Club  |  Business  |  Databases & Tools  |  DBeaver
Version Change log
DBeaver 25.2.4 Nov 2, 2025 Data Editor:
The default shortcut for Advanced Copy with previous settings on macOS was changed to CTRL+SHIFT+4
Added the option to disable numeric identifier columns formatting
SQL Editor: Added support for temporary tables in semantic analysis
AI assistant: added the confirmation for query types that DBeaver cannot recognize as valid SQL
Data Transfer: Added connection and database info to backup/restore wizards
Connectivity: fixed an issue that prevented deleting network profiles
Miscellaneous:
Fixed a crash on Windows that occurred when the username contained non-ASCII characters
Fixed an issue where notifications stole focus when the user was in another application
Added the ability to import connections from DataGrip
Databases:
ClickHouse: Improved array data types display in the Data Editor
DuckDB: Fixed an issue when the catalog selection was lost upon disconnect
Oracle: Privileges tab now opens for non-admin users
SQLite: Fixed an issue where foreign keys created with shorthand syntax were not recognized as references
Snowflake: Procedures with multiple versions are now displayed correctly
DBeaver 25.2.3 Oct 19, 2025 AI assistant:
Added the ability to test AI configuration in Preferences
Fixed bug in AI command which lead to an error whenever a query contained a trailing delimiter
Data Editor:
Removed the default shortcut for Select Row Count (Ctrl+Alt+Shift+C) due to a conflict with the Advanced Copy shortcut
Fixed an issue when the boolean inline editor was read-only in tables without a primary key
Metadata Editor:
Updated the UI for object comments editing
Removed object name comments duplicate in view DDL
Navigator:
Added an option for case-insensitive alphabetical sorting
Fixed an issues with tree inconsistency after disconnect
Fixed an issue with table list reading in certain drivers (Databricks, Sybase and others)
Connectivity:
Fixed an issue that prevented deleting an SSH jump server in connection settings
Network profile settings are now easier to find in Preferences
General:
Fixed an issue when it was impossible to set the result set fetch size to 0
Improved panel and result set maximize behavior
Fixed a startup issue in the Snap version related to the NO_AT_BRIDGE variable
Driver download window was redesigned
Databases:
Athena driver updated to version 2.2.2.1000
Google Cloud Spanner driver was updated to version 2.33.1
Greengage: Added database icon (thanks to @tigrulya-exe)
DBeaver 25.2.2 Oct 6, 2025 SQL Editor:
Fixed an issue where the wrong ID was selected after a join operation
Improved behavior of the progress control
AI assistant: Fixed an issue when model names case
Metadata: Fixed an issue with object editor resize
Data Editor:
Panel context menu was redesigned
Improved filter visuals and layout: unified background color, fixed separator line, and merged two panel toolbars into one
Data Transfer: Fixed column casing issues when importing from XML
General:
Added the ability to configure the “Show all databases” property via CLI
Fixed truncated labels in Preferences on Linux
Fixed broken colors in Dark theme after Eclipse update
Unified the appearance of toolbar separators
Improved color-coding for Test connections
Set NO_AT_BRIDGE=1 for Linux applications
Clarified error message when a driver is unavailable
Databases:
ClickHouse: Fixed several bugs related to incorrect type handling, including array, tuple presentation, and nested column presentation (thanks to @Hubbitus)
CUBRID: Fixed some issues on full text query plan (thanks to @longhaseng52)
MySQL: Added “Compress” flag in the dump wizard (thanks to @mikiubo)
PostgreSQL: Creating a database with “Show all databases” disabled now shows an error
Redshift:
Fixed an issue that prevented updating the driver
Jobs and system databases are now hidden in the Navigator
Snowflake: Driver updated to version 3.24.0
SQLite: Fixed “Cannot determine target node for File” error
Localization: Spanish localization was improved (thanks to @anton-erofeev)
DBeaver 25.1.3 Jul 30, 2025 AI integration is now included in the Community packaging, extension install is not needed anymore
SQL Editor:
Fixed an issue when files modified externally could not be closed without overwriting
Schemas/catalogs support in the Generic driver was improved
Metadata: fixed an issue where virtual keys created via the popup dialog were not saved
Data Editor: fixed the Copy as CSV option in Advanced Copy
General: editor tabs now use connection color for visualization
Connectivity:
SSHJ encryption keys support ws improved
Issue with network profiles name wrapping was resolved
Databases:
CUBRID:
Metadata objects search was fixed
Partition support was enhanced
Added support for PLCSQL
Added support for DONT_REUSE_OID keyword
Clickhouse:
Fixed the presentation of tuples and map data types in the data editor
Fixed support for temporary tables, all queries to them now run within the same session
DD2 driver was downgraded to version 11.5.9 (because of issues with Kerberos authentication)
MySQL and Clickhouse: Fixed aliases generation and quotation in SQL Editor
SAP HANA: Added support for HALF_VECTOR type
DBeaver 25.1.1 Jun 22, 2025 SQL Editor:
Added support for column expansion for CTEs
Added support for TSQL “TOP” expression
Added support for CTE names in sub-queries
Disabled SQL autocomplete inside DBeaver SQL commands
Fixed an issue where code completion failed in long queries when using column aliases
Fixed an issue where most of the output was lost after performing a search
AI assistant: GitHub Copilot authorization dialog was improved
Metadata Editor:
Added progress visualization for loading items and a message indicating when the list is empty
Fixed sorting of objects such as indexes
Fixed layout issues when resizing stacked multi-line fields
Data Editor: fixed cursor positioning after filter auto-completion
Navigator:
Fixed the “Hide” and “Show Only” filter options, added support for filtering by name with arguments
Fixed an exception that occurred when deleting an open project
Connectivity:
Fixed an issue where SSL settings were removed after adding an SSH profile
Redesigned the DBeaver connection profiles for improved structure and usability
After changing an expired database password, you can now immediately test the connection with the new password
General:
Transaction commit/rollback buttons now have drop-down menu which can show queries within this transaction
Fixed compact DDL generation for tables
Set English as the default language in the Microsoft Store distribution
Improved the appearance of several database logos in dark theme
Fixed an exception in the Output viewer
Databases:
CUBRID:
Added the ability to delete comments on Serial and Views (thanks to @longhaseng52)
Fixed an error that occurred when deleting properties and comments on the server (thanks to @longhaseng52)
Fixed an error when editing null values in the metadata editor (thanks to @longhaseng52)
Fixed an issue where view DDL was truncating UNION ALL statements (thanks to @Srltas)
Clickhouse:
Fixed the display of nested arrays in the data grid and SQL generation
Fixed an issue with folder display in
DBeaver 25.1.0 Jun 18, 2025 SQL Editor:
If referenced table has an alias, it’s now always prepended before column name for semantic completion
Added a new setting for semantic completion to control fully-qualified column names
Fixed bind variables dialog layout for large fonts
Data Transfer: removed the “All but nulls” and added “All including nulls” option for CSV export
Miscellaneous:
Fixed misaligned editor window in the Bind Parameters dialog for macOS
Fixed an issue where the “Tip of the Day” window could block the application interface from loading
Fixed inconsistent application of connection colors for test and production connection types
Fixed application launch in CLI mode
General: The “All file types” option has been moved to the top of the file open dialog for easier access
Databases:
Clickhouse:
Clickhouse driver was returned to version 0.8.5
Fixed quoting of nested array values
CUBRID: Fixed Info panel visibility
DuckDB:
Added option to hide system objects
Fixed geometry display issues in DuckDB version 1.2.2+
Simple structure compare wizard was fixed
MySQL: fixed primary key column creation
PostgreSQL: added support for wildcards in ILIKE filters within the data grid
SQL Server: fixed the “Only connections” option in Session Manager to display only active connection sessions as intended
Teradata: native date/time formatting is now disabled by default and can be enabled in the connection settings
DBeaver 25.0.5 May 19, 2025 SQL Editor:
CTE completion and navigation support was significantly improved
SQL columns completion was fixed (issue with overlapping names)
Added support of STRAIGHT_JOIN and LATERAL JOIN
Several navigation shortcuts were fixed to avoid conflicts with European keyboard layouts
Metadata: Added the ability to resize multiline fields
Navigator:
Added the number of elements in folders (configurable, thanks to @isai-salazar-enc)
Fixed an issue that prevented schemas and databases from opening
Miscellaneous:
Added an extra CLI runner: dbeaverc. It respects settings in dbeaver.ini
When a user selects the driver version manually, it will no longer be updated automatically
Fixed the ability to use application when certain accessibility tools are enabled
Databases:
MySQL: Fixed ‘remove definer’ option of backup/restore in a special case
Oracle: Set `Use UNION for table metadata reading` preference to true by default
PostgreSQL:
Fixed foreign servers display when no access to `pg_user_mapping` table
Execution hang on a query with a huge json in dollar-quoted strings with tag were fixed
Fixed an issue causing hangs when working with large JSON files
Allowed unquoted identifiers started with underscore
New drivers: Added support for Kingbase database (thanks to @Kingbasewyx)
DBeaver 25.0.2 Apr 16, 2025 Navigator:
Filter behavior has been improved for a better user experience
Fixed filters for secondary DBeaver app windows
SQL Editor:
Query cancellation after retry was fixed
When the “Blank Line is Statement Delimiter” option is set to Smart, blank lines are now correctly recognized as script delimiters while executing queries as Script
Fixed missing space after the leading keyword in some cases
Miscellaneous:
Added an option to display the breadcrumbs in either the status bar or at the top of editors
Breadcrumbs now occupy less horizontal space in the status bar
Added the DBeaver icon to aarch64-linux package (thanks to @chirontt)
New Drivers: Added support for Teiid database (thanks to @edulauer)
Databases:
CUBRID:
Added statistics and trace information to the result tab (thanks to @rathana-pvs)
Fixed incorrect script generation when creating a trigger via UI (thanks to @longhaseng52)
Denodo: the connection name was modified to Denodo (thanks to @dlopezc-denodo)
GBase 8s: fixed creation of a table with a primary key (thanks to @Wintianis)
MariaDB: after changing an expired database password, you can now immediately test the connection with the new password
MariaDB/MySQL: fixed creation of auto_increment columns with primary key
Oracle: fixed view creation via Metadata editor
Sap Hana: fixed an issue with name editing when creating a table in Metadata Editor
Snowflake: fixed metadata queries for driver versions 3.13.20 and higher (thanks to @smheaton)
Teradata: fixed an exception that occurred during code completion
DBeaver 25.0.0 Mar 3, 2025 SQL Editor:
Added the ability to use multi-line variables in SQL scripts
New autocompletion engine was improved and enabled by default:
Autocomplete performance was significantly improved
Fixed an issue with autocomplete failure after the dot
Fixed autocomplete for JOIN conditions
Fixed an issue with not executed included scripts
Fixed alias case sensitivity in autocomplete
Changed an icon for derived column in autocompletion proposals
ER Diagram: added the ability to generate SQL with INNER JOIN and SIMPLE JOIN from a diagram
Query Manager: query duration formatting was fixed
Data Editor:
Fixed an issue where unchanged cells were incorrectly marked as updated after pasting data
Fixed row coloring when querying multiple tables
Data transfer: removed the ability to change data type for existing columns in Data Export
Database Navigator: database object filter was improved. Connection filter is enabled by default
Miscellaneous:
We migrated to the Java 21
Added the ability to associate different file types with DBeaver on Windows and macOS
Bookmark vew is now working again
Font in error messages was changed to monospace
Commit/Rollback monitor was fixed
Fixed bold font display for theming on macOS
Databases:
Azure Databricks: information_schema was added to Database Navigator
Databend: icons were updated
CUBRID:
Fixed index creation preview
Fixed column creation with STRING and similar data types
Procedure, function, and view names are now displayed in lowercase
Added the ability to change comment for foreign key columns
LibSQL: UI for token-based authentication was added
Machbase: driver was updated to version 8.0.2
MySQL/MariaDB: explain plan now works for all types of SQL queries
Oracle:
Fixed DDL generation for table spaces
Fixed user password changing
PostgreSQL: fixed an issue with disappearing ENUM definition after the refresh in Metadata editor
Salesforce Data Cloud:
Removed the ability of edit database metadata
The latest driver version is now downloaded by de
DBeaver 24.3.5 Feb 16, 2025 SQL Editor:
Added the ability to use multi-line variables in SQL scripts
New autocompletion engine was improved and enabled by default:
Autocomplete performance was significantly improved
Fixed an issue with autocomplete failure after the dot
Fixed autocomplete for JOIN conditions
Fixed an issue with not executed included scripts
Fixed alias case sensitivity in autocomplete
Changed an icon for derived column in autocompletion proposals
ER Diagram: added the ability to generate SQL with INNER JOIN and SIMPLE JOIN from a diagram
Query Manager: query duration formatting was fixed
Data Editor:
Fixed an issue where unchanged cells were incorrectly marked as updated after pasting data
Fixed row coloring when querying multiple tables
Data transfer: removed the ability to change data type for existing columns in Data Export
Database Navigator: database object filter was improved. Connection filter is enabled by default
Miscellaneous:
We migrated to the Java 21
Added the ability to associate different file types with DBeaver on Windows and macOS
Bookmark vew is now working again
Font in error messages was changed to monospace
Commit/Rollback monitor was fixed
Fixed bold font display for theming on macOS
Databases:
Azure Databricks: information_schema was added to Database Navigator
Databend: icons were updated
CUBRID:
Fixed index creation preview
Fixed column creation with STRING and similar data types
Procedure, function, and view names are now displayed in lowercase
Added the ability to change comment for foreign key columns
LibSQL: UI for token-based authentication was added
Machbase: driver was updated to version 8.0.2
MySQL/MariaDB: explain plan now works for all types of SQL queries
Oracle:
Fixed DDL generation for table spaces
Fixed user password changing
PostgreSQL: fixed an issue with disappearing ENUM definition after the refresh in Metadata editor
Salesforce Data Cloud:
Removed the ability of edit database metadata
The latest driver version is now downloaded by de
NEWSLETTER
© 2025 TopDownload.Club  |  All rights reserved.
created by FAUST