Versie 22.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 22.2.5
- Data editor:
- Top and bottom action toolbars were redesigned
- Action buttons now show hints
- Data export toolbar button is now configurable
- Image viewer was switched to embedded web-browser mode (configurable)
- The issue with spatial data viewer was fixed (“no more handles” error)
- Errors in virtual column definition now handled properly
- “Count nulls” function was added to the Calc panel
- SQL editor:
- Auto-completion with TAB key was implemented (!)
- Hyperlink navigation was fixed for quoted identifiers and identifiers with spaces
- The issue with keyword case auto-conversion was solved
- Editor tabs now shows connection state icon (connected/failed)
- Client-side commands prefix configuration was fixed
- The issue with cursor position change on mouse right-click was resolved
- Data transfer: tables/column mapping dialog was improved, problems with target column name were fixed
- Database drivers:
- License information was added to the most drivers
- It is no longer need to restart DBeaver after driver settings change (bug in recent versions)
- Connections:
- SSH jump servers support was added for SSHJ implementation
- Network profile edit UI was fixed
- Connection error messages
- General UI:
- Dark theme support was added to XML editor
- Dialog font settings is now applied to most popup dialogs
- Database navigator quick filter now supports composite identifiers (thanks to @plotn)
- Clickhouse: driver version was updated, this resolves many issues with different data types support
- Oracle: DATE data type rendering is now configurable
- PostgreSQL: auth role editor was moved to the database level
- SQL server: it is now possible to disable TOP clause in select queries