Versie 25.2.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.2.0:
- AI Assistant:
- Added query preview to the @ai command and AI chat query confirmation
- Added support of a custom OpenAI API base URL
- Improved query analysis performance
- SQL Editor:
- Issues with slow auto-completion of schemas/tables was resolved
- Context information (F2) was fixed and noe works without text selection
- Fixed issue with query re-parsing at the very end of the script
- Fixed aliases completion when dialect doesn’t support them
- Fixed issue with scrolling after script formatting
- Data Editor:
- Fixed advanced paste for tables without a key
- Fixed value display issue when switching to a record via foreign key
- ER Diagram: fixed incorrect key highlighting for tables with self-referencing columns
- Data transfer: icons for export and import providers were improved
- Connectivity: fixed scroll display in Connection settings
- General:
- Updated coloring for test and production connection types, as well as in Query Manager
- Fixed inconsistent font changes when running DBeaver as an Eclipse plugin
- Toolbar colorization in the dark theme was improved
- Fixed background rendering issues in Dark Theme
- The timezone name in the status bar now reflects daylight saving time
- New driver: Added support for TimechoDB/IoTDB
- Databases:
- ClickHouse:
- Maps are now displayed as strings in the Data Editor
- Fixed connection issues for read-only users
- CUBRID:
- Corrected label name for Views in the Metadata Editor
- Added support for AUTO_INCREMENT on SMALLINT and NUMERIC(x,0) column types (thanks to @longhaseng52)
- MySQL: improved performance of foreign key and references reading
- Oracle:
- Column copy was improved
- Issue with public synonyms loading was fixed
- New optimizer preference was added to the connection settings
- Snowflake: added support for SHOW, GRAN, and TRUNCATE keywords
- SQL Server: fixed data mapping issue during export