Downloadliste

Projektbeschreibung

pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C, and can be compiled into Python, or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface, and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, BYTEA, etc. This module is written in Python, and works with PostgreSQL 7.0 or later, and Python 2.0 or later. Use of Python 2.1 or later, and PostgreSQL 7.1 or later is highly recommended. NB: pyPgSQL was previously released under the name 'PgSQL'.

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.

2003-07-26 06:36
2.4

PgTypes sind jetzt hashable und PgNumeric Unterstützung verbessert wurde. Die Schaffung von großen Objekten kann jetzt rückgängig gemacht werden, da sie nicht mehr automatisch, führt eine zu begehen. Sub-String eingestuft und lange Arten werden jetzt korrekt zitiert. Ein möglicher Pufferüberlauf in libPQquoteString wurde behoben.
Tags: Stable, Minor bugfixes
PgTypes are now hashable, and PgNumeric support was improved. The creation of large objects can now be rolled back, as it no longer automatically performs a commit. Sub-classed String and long types are now quoted properly. A possible buffer overrun condition in libPQquoteString was fixed.

2002-12-09 11:23
2.3

Diese Version bietet Unterstützung für PostgreSQL 7,3 2, UNICODE und PostgreSQL Hinweis Cursors. Der Build-Prozess wurde verbessert und sollte nun die Erstellung der "out of the box" auf den meisten populären Systeme. Es gibt auch eine verbesserte Unterstützung für die PostgreSQL NUMERIC, und es gab diverse Bugfixes.
Tags: Stable, Major feature enhancements
This version includes support for PostgreSQL 7.3 2, UNICODE, and PostgreSQL reference cursors. The build process was improved, and should now build 'out of the box' on most popular systems. There is also improved support for the PostgreSQL NUMERIC type, and there were various bugfixes.

2002-09-09 02:28
2.2

Zugriff auf den PostgreSQL Spalten ist jetzt Groß-und Kleinschreibung. Es gibt verschiedene Bugfixes für den numerischen Datentyp und den Datenbank-Typ (PgResultSet).
Tags: Stable, Major bugfixes
Access to PostgreSQL columns is now case insensitive. There are various bugfixes for the numeric data type and the database row type (PgResultSet).

2002-06-10 23:03
2.1

Unterstützung für PostgreSQL Transaktion Ebenen, Verbesserung der Leistung und reduziert den Speicherbedarf in PgResultSet und andere kleinere Korrekturen und Verbesserungen.
Tags: Stable, Minor feature enhancements
Support for PostgreSQL transaction levels, improvements to performance and reduced memory consumption in PgResultSet, and other minor fixes and improvements.

2001-11-06 01:46
2.0

Diese Version ist ein "echtes" Python-Paket (dh ein Verzeichnis mit ein __init__.py Datei). pyPgSQL geliefert Typen können nun zu beizen. Ein wichtiger Speicherverlust gesteckt wurde. Verschiedene Probleme mit Large Objects wurden behoben.
Tags: Stable, Major bugfixes
This release is a 'real' Python package (i.e. a directory with an __init__.py file). pyPgSQL supplied types can now be pickled. A major memory leak has been plugged. Various problems with Large Objects have been fixed.

Project Resources