pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-psycopg2
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 20 09:55:31 UTC 2011
Modified Files:
pkgsrc/databases/py-psycopg2: Makefile PLIST distinfo
Log Message:
Changes 2.3.2:
* Fixed segfault with middleware not passing DateStyle to the client
Changes 2.3.1:
* Fixed build problem on CentOS 5.5 x86_64
Changes 2.3.0:
psycopg 2.3 aims to expose some new features introduced in PostgreSQL 9.0.
* Main new features:
- `dict` to `hstore` adapter and `hstore` to `dict` typecaster, using both
9.0 and pre-9.0 syntax.
- Two-phase commit protocol support as per DBAPI specification.
- Support for payload in notifications received from the backed.
- `namedtuple`-returning cursor.
- Query execution cancel.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/py-psycopg2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/py-psycopg2/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/py-psycopg2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index