内容简介:DBeaver 4.3.2 发布了。DBeaver 是一个通用的数据库管理工具和 SQL 客户端,支持 MySQL, PostgreSQL, Oracle, DB2, MSSQL, Sybase, Mimer, HSQLDB, Derby, 以及其他兼容 JDBC 的数据库。 更新内容: UI language ...
DBeaver 4.3.2 发布了。DBeaver 是一个通用的数据库管理 工具 和 SQL 客户端,支持 MySQL, PostgreSQL, Oracle, DB2, MSSQL, Sybase, Mimer, HSQLDB, Derby, 以及其他兼容 JDBC 的数据库。
更新内容:
UI language selector was added in preferences
Active schema selector UI was enhanced (filter)
Foreign/ref key navigation icon render was fixed
String cell value can be opened in a separate text editor
Plaintext rendering was enhanced (NULL values, delimiters)
Data export: export of selected columns/rows is now supported
SQL editor: support backslash escape in SQL strings/quoted identifiers
DB2: connection properties dialog was fixed (settings load)
SQL Server: Windows authentication option was added
Sybase/SQL Server: schema list read/filter was fixed
Sybase/SAP ASE: native jConnect driver configuration was added
MySQL/MariaDB: big query results fetching was fixed (for complex custom SQL)
PostgreSQL: procedure creation was fixed
PostgreSQL: role create/drop actions
PostgreSQL: permission management UI was added
PostgreSQL: table DDL generation was fixed (column comments)
Redis: connection properties dialog was fixed (settings load)
Extra CLI options for MySQL/PostgreSQL native export/import wizards
French localization was added (thanks to madcollector)
Chinese localization was updated
Many minor UI fixes
下载地址:https://dbeaver.jkiss.org/download/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
学习JavaScript数据结构与算法
[巴西] 格罗纳(Loiane Groner) / 孙晓博、邓钢、吴双、陈迪、袁源 / 人民邮电出版社 / 2015-10-1 / 39.00
本书首先介绍了JavaScript语言的基础知识,接下来讨论了数组、栈、队列、链表、集合、字典、散列表、树、图等数据结构,之后探讨了各种排序和搜索算法,包括冒泡排序、选择排序、插入排序、归并排序、快速排序、顺序搜索、二分搜索,还介绍了动态规划和贪心算法等常用的高级算法及相关知识。一起来看看 《学习JavaScript数据结构与算法》 这本书的介绍吧!