内容简介:DBeaver 社区版 5.2 已发布,这是一个新的主要版本,包含大量修复和改进。更新内容如下:DBeaver 是一个通用的数据库管理工具和 SQL 客户端,支持 MySQL、PostgreSQL、Oracle、DB2、MSSQL、Sybase、Mimer、HSQLDB、Derby,以及其他兼容 JDBC 的数据库。
DBeaver 社区版 5.2 已发布,这是一个新的主要版本,包含大量修复和改进。
更新内容如下:
- New connection wizard was significantly simplified
- Database navigator now loads long table lists by segments (configurable)
- Problem with data transfer wizard and connection wizard auto-resize was fixed
-
Results viewer:
- Show error when cell value can’t be read from a database (instead of NULL)
- Plaintext renderer was fixed (NULL values render)
- Actions enable/disable state was fixed
- Export to Excel now respects filters and orderings
-
Mock data:
- Wizard was fixed (error with missing native client)
- Batch size configuration was added
- UUID data type support was added
- String generator was fixed
-
CSV import:
- Column mappings were fixed
- Support literal for NULL mark
-
SQL editor:
- Problem with procedures/views editor cursor reset on save was fixed
- SQL formatter was fixed (spaces after brackets)
- Completion of fully-qualified names was fixed
- Error position highlight was improved
- Long LOB values editor fix
- New version check dialog can be suppressed for a particular version
- ERD: show table/constraint comments
- CockroachDB extension was added
-
PostgreSQL:
- Active database switch was fixed
- Native client selector was fixed. Binaries were upgraded to PG 10.5 version.
- Improved support of PostgreSQL 7.x and 8.x
- Allow to select directory in restore wizard
-
MySQL:
- Problem with zeroDatetimeBehavior property was fixed
- Duration data type support
- Elasticsearch: driver version updated to 6.4
-
Redshift:
- Native Redshift table DDL generator was added
- Driver version update to 1.2.16 (now use Maven artifact)
- SQLite: custom unique key editor was fixed
- Vertica: SELECT INTO limit problem was fixed
- H2: schema browser was fixed
- MSSQL and Generic driver: support filters for procedures/packages
- Misc minor UI problems were fixed
DBeaver 是一个通用的数据库管理 工具 和 SQL 客户端,支持 MySQL 、PostgreSQL、Oracle、DB2、MSSQL、Sybase、Mimer、HSQLDB、Derby,以及其他兼容 JDBC 的数据库。
下载地址:
转自 https://www.oschina.net/news/99784/dbeaver-5-2-released
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
学习JavaScript数据结构与算法
[巴西] 格罗纳(Loiane Groner) / 孙晓博、邓钢、吴双、陈迪、袁源 / 人民邮电出版社 / 2015-10-1 / 39.00
本书首先介绍了JavaScript语言的基础知识,接下来讨论了数组、栈、队列、链表、集合、字典、散列表、树、图等数据结构,之后探讨了各种排序和搜索算法,包括冒泡排序、选择排序、插入排序、归并排序、快速排序、顺序搜索、二分搜索,还介绍了动态规划和贪心算法等常用的高级算法及相关知识。一起来看看 《学习JavaScript数据结构与算法》 这本书的介绍吧!