Versie 25.0.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. 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.0.5:
- 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)
- 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