Versie 25.1.0 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.1.0:
- SQL Editor:
- If referenced table has an alias, it’s now always prepended before column name for semantic completion
- Added a new setting for semantic completion to control fully-qualified column names
- Fixed bind variables dialog layout for large fonts
- Data Transfer: removed the “All but nulls” and added “All including nulls” option for CSV export
- Miscellaneous:
- Fixed misaligned editor window in the Bind Parameters dialog for macOS
- Fixed an issue where the “Tip of the Day” window could block the application interface from loading
- Fixed inconsistent application of connection colors for test and production connection types
- Fixed application launch in CLI mode
- General: The “All file types” option has been moved to the top of the file open dialog for easier access
- Databases:
- Clickhouse:
- Clickhouse driver was returned to version 0.8.5
- Fixed quoting of nested array values
- CUBRID: Fixed Info panel visibility
- DuckDB:
- Added option to hide system objects
- Fixed geometry display issues in DuckDB version 1.2.2+
- Simple structure compare wizard was fixed
- MySQL: fixed primary key column creation
- PostgreSQL: added support for wildcards in ILIKE filters within the data grid
- SQL Server: fixed the “Only connections” option in Session Manager to display only active connection sessions as intended
- Teradata: native date/time formatting is now disabled by default and can be enabled in the connection settings