pg8000 1.09 maintenance version (fork) released - Mailing list pgsql-announce

From Mariano Reingart
Subject pg8000 1.09 maintenance version (fork) released
Date
Msg-id CAPyeU7SS1E1JH3024UWVKQRGjs6hBhfAEsbHQyRU+rYrC_t3GQ@mail.gmail.com
Whole thread Raw
List pgsql-announce
pg8000 is a DB-API 2.0 compatible Pure-Python interface to the
PostgreSQL database engine.
It is one of many PostgreSQL interfaces for the Python programming language.
pg8000 is somewhat distinctive in that it is written entirely in
Python and does not rely on any external libraries (such as a compiled
python module, or PostgreSQL’s libpq library).
This pure-python connector approach allows to run it where C compiled
libraries cannot be installed, it allows deeper access to PostgreSQL
protocol internals and it enables easier flexibility and extensibility
for Python developers (like support for parameterized prepared
statements using qmark, numeric, named, format or pyformat DBAPI
paramstyle).

The highlights of this 1.09 maintenance release are: two-phase commit
support, autocommit feature, server_version property and bug fixes for
almost all reported issues since 1.08 (2010-06-08)
For details of the changes in this release, please see the notes at:

http://html.pg8000.googlecode.com/hg/changelog.html

pg8000 maintenance version may be downloaded from:

http://code.google.com/p/pg8000/downloads/list

For more information see:

http://code.google.com/p/pg8000/

For the original version see:

https://github.com/mfenniak/pg8000

Acknowledgements to Mathieu Fenniak for the original version and
thanks to the contributors that reported and/or sent patches applied
for this release.

Best regards,

Mariano Reingart
http://www.sistemasagiles.com.ar
http://reingart.blogspot.com

pgsql-announce by date:

Previous
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - January 01 2012 ==
Next
From: "SQL Maestro Group"
Date:
Subject: PostgreSQL PHP Generator 11.12 released