pg8000 1.09 maintenance version (fork) released

From: Mariano Reingart <reingart(at)gmail(dot)com>
To: python-announce-list(at)python(dot)org, pgsql-announce(at)postgresql(dot)org
Subject: pg8000 1.09 maintenance version (fork) released
Date: 2012-01-04 05:49:54
Message-ID: CAPyeU7SS1E1JH3024UWVKQRGjs6hBhfAEsbHQyRU+rYrC_t3GQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-announce by date

  From Date Subject
Next Message Marco Gaiarin 2012-01-04 08:39:26 Re: [ANNOUNCE] psqlODBC 09.01.0100 Released
Previous Message Hiroshi Saito 2012-01-04 00:40:29 Re: [ANNOUNCE] psqlODBC 09.01.0100 Released