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.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
DBeaver 24.3.4 Feb 12, 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.3 Feb 1, 2025 SQL Editor:
Added support for SELECT INTO query smart completion
Changed shortcuts for result set zoom: Ctrl+Aalt+0 and Ctrl+Alt+9
Fixed the order of completion suggestions in the proposals list
New completion engine:
Fixed a bug with duplicating alias part during column completion
Fixed autocomplete for join conditions when multiple joins are present
Proposals list now contains only objects from the next hierarchy level
Fixed autocompletion for SELECT statements with table hints for SQL Server
Fixed the issue where the old result set tab didn’t close when switching between multiple and single tab modes
Fixed a stack overflow error that occurred when a user tried to execute a script for an open result set with row coloring
When an error occurs, the last executed query is now displayed next to the error message
Fixed an exception that appeared while typing
AI assistant: Fixed syntax issues in queries generated by Azure Open AI
Data Editor:
Added hints for geometries with SRID and for timestamps with time zones
Added the ability to configure hint visibility for a table or a datasource
Hints presentation was enhanced
Added backslash escaping when generating scripts
Added an option to disable the dictionary view (set “Maximum amount of elements” to 0)
Fixed freezing issues when pasting big number of rows or when performing find/replace
Added an option to save XML and JSON files in compressed format
Fixed data editor filters for commoт table expressions
Miscellaneous: Added the ability to create bookmarks from the context menu of object tabs
Databases:
Cloudberry driver was added
CUBRID: Fixed view name generation in DDL (thanks to @longhaseng52)
MySQL:
USAGE privilege is now hidden if any other privilege has been granted
Fixed loading of DBA privileges
PostgreSQL: Fixed the display of infinity for date values
DBeaver 24.3.2 Jan 15, 2025 SQL Editor:
New autocompletion engine was enabled by default
New autocompletion was enhanced with support for USING, INSERT statements, nested queries, and fixes for multiple issues
You can now use the @ai command followed by a natural language phrase to instantly execute it as a query (requires AI extension)
Icons in SQL Editor toolbar were redesigned
Data Editor:
Dark theme support was improved, selection background was changed
Row hints were redesigned: key information is now displayed, the foreign key editor can be accessed via a right-click on the icon, icon rendering was improved
Context menu for Filters was simplified: all items are now on the same menu level
Data Transfer: Added an option to replace line break character when exporting to CSV
Connectivity:
Title for the Test Connection details was corrected
Fixed an issue with network profile saving
Miscellaneous:
Performance of theme switching was improved to enhance the user experience
Localization files were converted to UTF-8 to improve the localization process and enhance code readability
Numerous minor UI improvements related to editors and dialogs coloring and fonts
Databases:
MySQL/MariaDB: Removed redundant slashes in data export to SQL format
PostgreSQL: Both Asia/Calcutta and Asia/Kolkata time zones are now supported
Teradata driver was updated to version 20.00.00.38
DBeaver 24.3.1 Jan 1, 2025 SQL Editor:
Added AS before table alias in FROM clause for all relevant databases
New autocompletion: added support for USING and some improvements for JOIN condition
Fixed indentation behavior when adding a new line
Added support for ${time} variable in data source variables for script templates (thanks to @pajonas)
Data Editor:
Cell hints were redesigned. You can configure them on the Context menu
Added support for the composite types for Grouping panel
Items with the too long text in query history were truncated
Navigator: Saving filter for database objects was fixed
Data Transfer: Added the ability to use comma as a delimiter in the Advanced Copy option (thanks to @GFreitasW)
Connectivity: Proxy configuration loading was fixed
Miscellaneous:
Proper names for catalog/schema are now used for different drivers
Added word wrap for hints to controls
Search in Preferences was improved
Scrolling in the “Tip of the day” window was fixed
Metadata configuration files were moved to the .metadata/config folder
Localization of basic controls, settings, and menu items was fixed
We migrated to Eclipse 2024-12
Development: Building of IDEA project was fixed
New Drivers: Databend database was added (thanks to @rad-pat)
Databases:
CUBRID: Added REUSE_OID, COLLATE, and COMMENT to the table DDL (thanks to @longhaseng52)
Google BigQuery driver was updated to version 42_1.5.4.1008
InterSystem IRIS driver was updated (thanks to @bdeboe)
MySQL:
Now users can change expired password
Added a setting to not export routines (thanks to @pajonas)
OpenEdge: query generation was fixed
OrientDB driver was updated
PostgreSQL:
Added default privileges grantor to DDL
Syntax error in DDL generated for the role settings was fixed
Default privileges for new roles were fixed
Salesforce Data Cloud driver was updated
Snowflake: Added support for table aliases in autocompletion
SQLite: creating new constraint from selection was fixed (thanks to @eusebe-cda)
SQL Server: Primary Key ordering in DDL gen
NEWSLETTER
© 2025 TopDownload.Club  |  All rights reserved.
created by FAUST