DBeaver Community Edition 21.0.3 Releases: Free universal database tool and SQL client
DBeaver
Free multi-platform database tool for developers, SQL programmers, database administrators, and analysts. Supports any database which has a JDBC driver (which basically means – ANY database). EE version also supports non-JDBC datasources (WMI, MongoDB, Cassandra, Redis).
- Has a lot of features including metadata editor, SQL editor, rich data editor, ERD, data export/import/migration, SQL execution plans, etc.
- Based on the Eclipse platform.
- Uses plugins architecture and provides additional functionality for the following databases: MySQL/MariaDB, PostgreSQL, Oracle, DB2 LUW, Exasol, SQL Server, Sybase/SAP ASE, SQLite, Firebird, H2, HSQLDB, Derby, Teradata, Vertica, Netezza, Informix, etc.
Changelog DBeaver v21.0.3
- – Dark theme support was improved (Windows 10 and GTk)
- – Data viewer:
- – Copy As: format configuration editor was added
- – Extra configuration for filter dialog (performance)
- – Sort by column as fixed (for small fetch sizes)
- – Case-insensitive filters support was added
- – Plaintext view now support top/bottom dividers
- – Data editor was fixed (when column name conflicts with alias name)
- – Duplicate row(s) command was fixed for multiple selected rows
- – Edit sub-menu was returned to the context menu
- – Columns auto-size configuration was added
- – Dictionary viewer was fixed (for read-only connections)
- – Current/selected row highlighting support was added (configurable)
- – Metadata search now supports search in comments
- – GIS/Spatial:
- – Map position preserve after tiles change
- – Support of geometries with Z and M coordinates was added
- – Postgis: DDL for 3D geometry columns was fixed
- – Presto + MySQL geometry type support was added
- – BigQuery now supports spatial data viewer
- – Binary geo json support was improved
- – Geometry export was fixed (SRID parameter)
- – Tiles definition editor was fixed (multi-line definitions + formatting)
- – SQL editor:
- – Auto-completion for objects names with spaces inside was fixed
- – Database objects hyperlinks rendering was fixed
- – SQL Server: MFA (multi-factor authentication) support was added
- – PostgreSQL: array data types read was fixed
- – Oracle: indexes were added to table DDL
- – Vertica: LIMIT clause support was improved
- – Athena: extra AWS regions added to connection dialog
- – Sybase IQ: server version detection was improved
- – SAP ASE: user function loading was fixed
- – Informix: cross-database metadata read was fixed
- – We migrated to Eclipse 2021-03 platform
- – Many minor bug fixes