内容简介:DBeaver 社区版 5.2 已发布,这是一个新的主要版本,包含大量修复和改进。 更新内容如下: New connection wizard was significantly simplified Database navigator now loads long table lists by segments (co...
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 的数据库。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
父与子的编程之旅
桑德 (Warren Sande)、桑德 (Carter Sande) / 苏金国、易郑超 / 人民邮电出版社 / 2014-10-1 / CNY 69.00
本书是一本家长与孩子共同学习编程的入门书。作者是一对父子,他们以Python语言为例,详尽细致地介绍了Python如何安装、字符串和操作符等程序设计的基本概念,介绍了条件语句、函数、模块等进阶内容,最后讲解了用Python实现游戏编程。书中的语言生动活泼,叙述简单明了。 为了让学习者觉得编程有趣,本书编排了很多卡通人物及场景对话,让学习者在轻松愉快之中跨入计算机编程的大门。 第 2 版新增内......一起来看看 《父与子的编程之旅》 这本书的介绍吧!