内容简介:11月初,Psycopg发布新版本2.7.6,修复了一些已经发现的bug。感兴趣的同学可以通过PyPl更新使用,或者直接下载最新代码编译。修复的主要bug列表如下:- Close named cursors if exist, even if execute() wasn't called (ticket #746).
11月初,Psycopg发布新版本2.7.6,修复了一些已经发现的bug。感兴趣的同学可以通过PyPl更新使用,或者直接下载最新代码编译。
修复的主要bug列表如下:
- Close named cursors if exist, even if execute() wasn't called (ticket #746).
- Fixed building on modern FreeBSD versions with Python 3.7 (ticket #755).
- Fixed hang trying to COPY via execute() in asynchronous connections
(ticket #781).
- Fixed adaptation of arrays of empty arrays (ticket #788).
- Fixed segfault accessing the connection's readonly and deferrable attributes
repeatedly (ticket #790).
- execute_values() accepts sql.Composable objects (ticket #794).
- errorcodes map updated to PostgreSQL 11.
- Wheel package compiled against PostgreSQL 10.5 libpq and OpenSSL 1.0.2p.
-------------------------------------------------------------------------
Psycopg是 Python 编程语言链接PostgreSQL数据库的适配软件,在Python中使用特别广泛。该软件基于GNU协议开源。
软件特征参考: 传送门
官方参考文档: 传送门
官方下载链接: 传送门
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- ApiAgent v1.0.1 发布 跨域接口代理+接口合并请求
- itest(爱测试)接口测试&敏捷测试管理 6.6.6 发布 ,新增接口 mock
- itest(爱测试)接口测试&敏捷测试管理 7.7.7 发布,接口测试重大升级
- YunGouOS 个人支付接口 2.0.3 版本发布,新增付款到零钱、转账到支付宝接口
- 撮合平台 1.0.1 发布 暴露远程调用接口
- itest work(爱测试) 接口测试&敏捷测试管理平台 9.5.0 发布接口测试及脑图用例升级
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Structure and Interpretation of Computer Programs - 2nd Edition
Harold Abelson、Gerald Jay Sussman / The MIT Press / 1996-7-25 / USD 145.56
Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text. Ther......一起来看看 《Structure and Interpretation of Computer Programs - 2nd Edition 》 这本书的介绍吧!