内容简介: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协议开源。
软件特征参考: 传送门
官方参考文档: 传送门
官方下载链接: 传送门
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Ant Colony Optimization
Marco Dorigo、Thomas Stützle / A Bradford Book / 2004-6-4 / USD 45.00
The complex social behaviors of ants have been much studied by science, and computer scientists are now finding that these behavior patterns can provide models for solving difficult combinatorial opti......一起来看看 《Ant Colony Optimization》 这本书的介绍吧!