内容简介:今天,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。
Remove obsolete maps pointed out. POWER -> pow, CONCAT -> textcat, LEFT -> ltrunc, RIGHT -> rtrunc
Remove connSettings option and/or pqopt option from the OutConnectionString parameter of SQLDriverConnect() when each option doesn't exist in InConnectionString parameter.
The parameters should be cast because parameters of concat() function are variadic "any".
Unbuffered-IO in Windows is incredibly slow. Instead call fflush() after fprintf().
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.
numeric items without precision are unlimited and there's no natural map between SQL Data types. Add an option *Numeric(without precision) as*.
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]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
ASP.NET 2.0开发指南
郝刚 / 人民邮电出版社 / 2006 / 88.0
本书紧紧围绕ASP.NET 2.0技术精髓展开深入讲解,全书分为6个部分,共18章。第1部分介绍基础知识,包括ASP.NET 2.0概述、Visual Studio 2005集成开发环境、创建ASP.NET应用程序和C# 2.0程序设计基础。第2部分讲解用户界面方面的特性,包括母版页、主题和皮肤、站点导航控件和其他新增服务器控件。第3部分探讨了数据访问方面的内容,包括数据访问技术概述、数据源控件、......一起来看看 《ASP.NET 2.0开发指南》 这本书的介绍吧!