PostgreSQL ODBC 驱动 psqlODBC 11.00.0000 发布

栏目: 软件资讯 · 发布时间: 6年前

内容简介:今天,PostgreSQL ODBC开发组发布了最新版本的PG ODBC驱动:psqlODBC 11.00.0000。该版做了一些细微的改动,并完善了一个已知bug。 Remove obsolete maps pointed out. POWER -> pow, CONCAT -> textcat, LEFT ->...

今天,PostgreSQL ODBC开发组发布了最新版本的PG ODBC驱动:psqlODBC 11.00.0000。该版做了一些细微的改动,并完善了一个已知bug。

  1. Remove obsolete maps pointed out. POWER -> pow, CONCAT -> textcat, LEFT -> ltrunc, RIGHT -> rtrunc

  2. Remove connSettings option and/or pqopt option from the OutConnectionString parameter of SQLDriverConnect() when each option doesn't exist in InConnectionString parameter.

  3. The parameters should be cast because parameters of concat() function are variadic "any".

  4. Unbuffered-IO in Windows is incredibly slow. Instead call fflush() after fprintf().

  5. Add an alias DX of *Database* keyword for connection strings to aviod the use of "database" keyword which has a special meaning in some apps or middlewares.

  6. numeric items without precision are unlimited and there's no natural map between SQL Data types. Add an option *Numeric(without precision) as*.

  7. Fix a bug that SQLSpecialColumns() returns oid/xmin incorrectly when a table does not exist.

下载地址:

https://www.postgresql.org/ftp/odbc/versions/src/


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

JavaScript设计模式

JavaScript设计模式

Ross Harmes、Dustin Diaz / 谢廷晟 / 人民邮电出版社 / 2008 / 45.00元

本书共有两部分。第一部分给出了实现具体设计模式所需要的面向对象特性的基础知识,主要包括接口、封装和信息隐藏、继承、单体模式等内容。第二部分则专注于各种具体的设计模式及其在JavaScript语言中的应用,主要介绍了工厂模式、桥接模式、组合模式、门面模式等几种常见的模式。为了让每一章中的示例都尽可能地贴近实际应用,书中同时列举了一些JavaScript 程序员最常见的任务,然后运用设计模式使其解决方......一起来看看 《JavaScript设计模式》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具