DBeaver 社区版 5.1.2 已发布,主要更新内容如下:
- SQL editor:
- Commands toolbar was redesigned
- SQL formatting for JOINs was fixed
- Indentation in auto-formatter was fixed
- Vertical editor selection bug was fixed
- Support multiple values in @SET command
- Command shortcut processing was fixed
- Results viewer:
- Filter editor behavior was fixed (Enter key processing)
- Glitch with text edit panel (CLOBs) was fixed
- Column (row) drag-n-drop in record mode is now supported
- ERD:
- Entity render was improved
- Associations (foreign keys) resolution was fixed
- PostgreSQL:
- Active database switching was fixed
- Metadata editor was improved (materialized views tablespace, table extra options)
- Materialized views refresh tool
- Explain plan conditions formatting was added
- Index columns view was improved
- MariaDB/MySQL:
- Server time zone selected add in connection edit page (MySQL only)
- Show view algorithm in metadata viewer
- Save view was fixed
- Save Trigger was fixed
- Permissions grant was fixed for HISTORY privilege (MariaDB)
- Oracle:
- Show used/available space for tablespaces
- View source extraction was fixed (extra semicolon issue)
- Procedures auto-completion was fixed
- DB2: sequence creation was fixed
- SQLite: sequence reading was fixed
- SAP HANA: procedures and functions were separated
- Timescale: driver configuration was added
- GoTo database object dialog: connection health checking was added
- Row count calculation for custom queries was fixed
- Metadata editor supports dialog with multiline editor for comments/remarks
- Output log viewer auto-clear option was added
- Connection invalidate was fixed (do not show notifications for alive connections)
- Many minor UI and localization fixes
可以看到该版本新增了一些小的特性和其他升级,其中对于 SQL 编辑器的改动相对比较大,比如使用了重新设计的命令行工具栏。
下载地址:https://dbeaver.io/download/
DBeaver 是一个通用的数据库管理工具和 SQL 客户端,支持 MySQL, PostgreSQL, Oracle, DB2, MSSQL, Sybase, Mimer, HSQLDB, Derby, 以及其他兼容 JDBC 的数据库。DBeaver 提供一个图形界面用来查看数据库结构、执行 SQL 查询和脚本,浏览和导出数据,处理 BLOB/CLOB 数据,修改数据库结构等等。