Versie 24.2.4 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.4:
- SQL Editor:
- A warning is now shown instead of an error when a DROP TABLE statement contains IF EXISTS and the table does not exist
- Fixed script execution on disconnected state
- New autocomplete engine now expands the * symbol in SELECT statements when using
Ctrl
+Space
- New autocomplete no longer suggests query-start keywords in the middle of queries
- Metadata requests are no longer sent while typing a query when “Auto-activate on typing” is enabled
- Data Editor: exception on disconnection was fixed
- Navigator:
- Added the ability to refresh the database connection
- Filters were fixed
- Data Transfer: Added the ability to export JSON values as embedded JSON
- Connectivity:
- Presentation of driver download errors has been improved for better clarity and user experience
- Finding class in the Driver manager was fixed
- Miscellaneous: the Export Window now advances properly when pressing the Enter key
- Databases:
- Altibase: Module Memory Usage was added to the system information folder in the navigator tree
- ClickHouse: Array syntax highlighting has been improved
- CUBRID: “Use SQL to limit fetch size” was set to true
- Fixed an exception that occurred when creating a column without specifying a data type
- Ingres: driver download was fixed
- Redshift: access to external databases was fixed
- Localization: Brazilian Portuguese localization was enhanced