内容简介:DBeaver 社区版 5.3.2 发布了, DBeaver 是一个可视化通用数据库管理工具和 SQL 客户端,支持 MySQL、PostgreSQL、Oracle、DB2、MSSQL、Sybase、Mimer、HSQLDB 与 Derby,以及其它兼容 JDBC 的数据库。 版本更新内...
DBeaver 社区版 5.3.2 发布了, DBeaver 是一个可视化通用数据库管理 工具 和 SQL 客户端,支持 MySQL 、PostgreSQL、Oracle、DB2、MSSQL、Sybase、Mimer、HSQLDB 与 Derby,以及其它兼容 JDBC 的数据库。
版本更新内容如下:
Data editor:
Open With menu was added (web browser and Excel)
Next page auto-fetch was fixed
UUID/GUID generate function was added
ERD:
Save as picture function was fixed (case-insensitive file path)
Attributes visibility configuration was improved
Data transfer: “truncate target table before load” function was fixed
SQL editor:
Parameters biding dialog + results scrolling glitch was fixed
Glitch with first time reading of proposal was fixed
Stored procedure auto-completion was fixed
Syntax coloring: Color Themes support was fixed
SQL Server:
Default schema detection was fixed
Column data type resolution was fixed
Identifiers auto-completion was fixed
NVarchar(MAX) data type resolution was fixed
Exasol:
Exasol V6.1 support was added
Metadata reading performance was significantly improved
Partitions information was added
Security management was improved (roles, priority groups, policies, etc)
PostgreSQL:
Rules support was added (read-only)
Stored procedures (PostgreSQL 11) support was added
Aggregate functions meta information support was added
Database tablespace edit support was added
Reserved keywords update was added
Greenplum:
External table DDL generation fixes were added
Redshift: column encoding information was added
Oracle: PS/SQL blocks parser was fixed
Huge code refactoring was made (separation of model and UI plugins)
Many minor UI bugfixes
下载地址:https://dbeaver.io/download/
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Haskell函数式编程基础
Simon Thompson / 科学出版社 / 2013-7-1 / 129.00
《Haskell函数式编程基础(第3版)》是一本非常优秀的Haskell函数式程序设计的入门书,各章依次介绍函数式程序设计的基本概念、编译器和解释器、函数的各种定义方式、简单程序的构造、多态和高阶函数、诸如数组和列表的结构化数据、列表上的原始递归和推理、输入输出的控制处理、类型分类与检测方法、代数数据类型、抽象数据类型、惰性计算等内容。书中包含大量的实例和习题,注重程序测试、程序证明和问题求解,易......一起来看看 《Haskell函数式编程基础》 这本书的介绍吧!