Versie 25.2.1 van DBeaver is uitgekomen. Met dit programma kunnen databases worden beheerd. Het kan onder andere query's uitvoeren en data tonen, filteren en bewerken. Er is ondersteuning aanwezig voor de bekende databases, zoals MySQL, Oracle, DB2, SQL Server, PostgreSQL, Firebird en SQLite. Het is verkrijgbaar in een opensource CE-uitvoering en drie verschillende commerciële uitvoeringen. Deze voegen onder meer ondersteuning voor verschillende nosql-databases toe, zoals MongoDB, Apache Cassandra en Apache Hive, en bevatten verder extra plug-ins en JDBC-drivers. De changelog voor deze uitgave ziet er als volgt uit:
Changes in DBeaver version 25.2.1:
- SQL Editor:
- Result grid minimizing now works correctly
- Fixed an issue when alias names were duplicated in join table completion
- Fixed an issue when the selected schema in new scripts reset on reconnect
- Autocomplete proposals are no longer shown for values inside quotes
- Fixed recognition of pseudo columns in semantic analysis
- Improved parsing and execution of multiple queries
- Restricted the generation of aliases that match SQL keywords
- AI Assistant:
- No-query AI command responses are now shown in the Output tab
- Fixed the ability to disable AI integration in the Community version
- Data Editor: Fixed dictionary lookup for composite foreign keys to show only distinct values in the Value pane
- Metadata Editor: Redesigned panel with reduced empty space and improved field layout
- Data transfer:
- Added the option “Ignore characters outside quotes” when importing from CSV
- Added BIGINT support and numeric type widening during data import
- Dashboards: Corrected the date format displayed in tooltips
- Connectivity: Added support for connecting via JDBC URLs with custom protocol parts, such as “jdbc:mysql:loadbalance”
- General:
- General: CLI commands now return valuable proccess exit codes that indicate the execution result
- Fixed an issue when connection color was incorrectly applied to result sets in text format
- Improved the appearance of disabled checkboxes in dark theme
- All tabs for the same Production or Test connection are now color-coded for easier identification
- New driver: Added support for Greengage Database
- Databases:
- Athena: Fixed identifier naming rules for the Athena dialect
- CUBRID:
- Fixed DDL generation for tables with multi-column keys
- Fixed an issue when a newly created table would disappear from the schema after a refresh
- Databricks:
- Renamed the driver to Databricks
- Added host and URL selectors to the connection page
- Added Databricks OSS driver version
- Ingres: Fixed driver download
- Kingbase: Fixed unsupported vector type com.kingbase8.util.KBobject
- MariaDB: Fixed node costs on Execution plan
- Oracle: Fixed an issue where user metadata information was not displayed unless ‘Always use DBA_ views’ was selected
- PostgreSQL:
- Fixed filtering issues for composite types with identical column names
- Added support for hash indexes in the Metadata Editor
- Redshift: Fixed incorrect DDL generation for materialized views
- Localization: German translation was improved