Versie 22.3.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.3.5:
- ChatGPT smart completion:
- Completion popup UI was improved
- Metadata scope configuration was added
- Redundant config options wer removed
- Data editor:
- Accessibility support was significantly improved (context menu, additional keyboard shortcuts)
- Filtering and ordering icons visibility configuration was added again
- Dictionary viewer was fixed (issue with missing dictionary values)
- “Save filters” button was removed from custom SQL queries results
- App crash on geometry viewer opening was resolved in the latest version of MacOS
- SQL editor: query text extraction was fixed (issue with trailing comment after query text)
- Database backup/restore: issue with external tools running was resolved (Linux)
- Application fonts were unified. Now we have only Main and Monospace fonts configuration
- Data transfer: data type mapping now respects type name case (for databases with different default case)
- Variables support in database tasks was fixed
- Database tools wizard: redundant task configuration page was removed
- SQL generator dialog now show progress to avoid UI freeze on big schemas
- Issue with opening ERD files from disk ws resolved
- Clickhouse: DDL for array columns was fixed
- Databricks: additional metadata was added
- Exasol: default connection parameters were updated (thanks to @allipatev)
- IRIS (ex Cache): driver version was updated
- Oracle: stored procedures invocation syntax was improved
- Snowflake: driver now uses single database connection for all editors (configurable)
- SQL Server:
- Driver version was updated to 11.2.3. Trust server certificate option was moved to the main connection page
- Server messages (printed on raiserror) reading was fixed
- Multiple resultsets reading was fixed (extra error handling was added)
- VARCHAR(MAX) data type support was added
- SQLite: converting binary columns into string representation was fixed