Downloadliste

Projektbeschreibung

pg_proboscis is a pure Python driver/interface for PostgreSQL. It is designed to give maximum flexibility to a user by providing protocol-level prepared statements and cursors. It features basic SSL support, COPY TO/FROM, automatic encoding/decoding of character data, and timestamp support regardless of the backend configuration(integer_datetimes).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-09-28 03:54
1.0.4

Die fcrypt Modul ist bedingt auf Systemen enthalten, die nicht Krypta. Die gesendeten vergessen wurde mehr kompatibel (pgbouncer wollte ein extra Nullabschlusszeichen).
Tags: Major bugfixes
The fcrypt module is conditionally included on
systems that don't have crypt. The sent password
was made more compatible (pgbouncer wanted an
extra NULL terminator).

2008-06-26 21:35
1.0.2

connect () wurde festgelegt DB-API 2.0. Cursor-Erstellung von ID-Portal implementiert.
connect() was fixed in DB-API 2.0. Cursor creation from portal ID was implemented.

2008-06-02 03:52
1.0.1

Diese Version behebt Decodierung von Composite-type-Attribute. Es war auf dem Rückweg der rohen entschlüsseln Tupel und nicht den dekodierten String darin.
Tags: Minor bugfixes
This release fixes decoding of composite type attributes. It was returning the raw decode tuple and not the decoded string therein.

2008-06-01 14:37
1.0

Die API wurde stabilisiert. Viele Bugs wurden gefixt und viele Features wurden abgeschlossen.
The API was stabilized. Many bugs were fixed and
many features were completed.

2008-01-16 08:10
0.9.4

Die Unfähigkeit, verloren Verbindungen aufspüren wurde behoben. Eine gemeinsame Ausnahme ist sowohl für gebrochene Rohre erhöht (verlorene Verbindung zu schicken) und der Länge Null liest (verlorene Verbindung auf recv). Die dbapi2 Modul wurde behoben passieren Stuart Bishop's DB-API 2.0 Testfall.
Tags: Major bugfixes
The inability to detect lost connections was
fixed. A common exception is raised for both
broken pipes (lost connection on send) and
zero-length reads (lost connection on recv). The
dbapi2 module was fixed to pass Stuart Bishop's
DB-API 2.0 test case.

Project Resources