Versie 24.2.5 van DBeaver is uitgekomen. Met dit programma kunnen databases worden beheerd. Het kan onder andere query's uitvoeren en data tonen, filteren en bewerken. Ondersteuning voor de bekende databases, zoals MySQL, Oracle, DB2, SQL Server, PostgreSQL, Firebird en SQLite, is aanwezig. 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 24.2.5:
- New drivers: New LibSQL/Turso driver was added
- SQL Editor:
- Fixed script execution on disconnected state
- New autocompletion behavior was enhanced
- Added execution time in statistics result
- Query manager: Time column now orders chronologically
- Metadata: Indexes have been returned to the unique constraint list, and the proper data type is now set when creating a new column for a new foreign key
- Data Editor:
- Fixed an issue with crash caused by too long tooltips
- Row coloring mapping was fixed
- Data Transfer: “Minimum column length” was renamed to “Default column length”
- Connectivity: “Driver properties” tab in the driver editing dialog was renamed to “Default properties”
- Charts and Dashboards: Fixed charts COUNT for single value
- Miscellaneous:
- Windows Server 2016, Windows Server 2012, and Windows 8.1 are supported again
- Snap build was fixed
- Eclipse extension installation was fixed
- Query execution canceling was redesigned
- Issues with unexpectedly closing connections were resolved
- Added references to the actual boolean editor in Preferences
- Databases:
- Added support for Hive 4
- Altibase: Lock manager has been added
- CUBRID:
- Added the ability to create and edit triggers
- Added sargs, edge and Query parameters to the Execution plan
- Oracle: Fixed highlighting for public schemas
- PostgreSQL:
- Added date picker and fixed data saving in the Role editor
- Fixed highlighting for public schemas
- Connection to custom schemas was fixed
- Fixed data change saving in Value Panel
- Teradata:
- Multi-row insert was fixed in data import
- Fixed incorrect display of PERIOD data type
- Max rows handling was improved