Download List

Descripción del Proyecto

pgasync is an asynchronous, twisted-based PostgreSQL client library which fully conforms to the Python DB API 2.0 specification. It's designed to run quickly and scale well. It provides connection pooling and persistence, database types, and safe conversions.

System Requirements

System requirement is not defined
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.

2005-03-16 22:36
2.01

Un error se corrigió en el que ConnectionPool.runQuery () y runInteraction () fueron rotos por la eliminación de ConnectionPool._error () en 2,0.
Tags: Major bugfixes
A bug was fixed in which ConnectionPool.runQuery() and runInteraction() were broken by the removal of ConnectionPool._error() in 2.0.

2005-03-15 02:21
2.0

El manejo de errores se ha mejorado el apoyo, el formato de consulta es más flexible, boolean se añadió, el soporte Unicode experimental se llevó a cabo, el apoyo socket de Unix ha sido añadido, y muchos errores fueron corregidos.
Tags: Major bugfixes
Error handling was improved, query formatting is more flexible, boolean support was added, experimental Unicode support was implemented, Unix socket support was added, and many bugs were fixed.

2005-01-26 08:52
1.15b

Las referencias cruzadas y pérdidas de memoria se han resuelto, y un error que se produjo cuando el errback mismo fue llamado dos veces desde runOperation fue corregido.
Tags: Minor bugfixes
Circular references and memory leaks were resolved, and an error that occurred when the same errback was called twice from runOperation was fixed.

2005-01-20 00:44
1.13b

Piscina de control de conexión de tamaño se ha añadido.
Tags: Minor feature enhancements
Connection pool size control was added.

2005-01-19 00:11
1.11b

De transacción y ConnectionPool se agregaron para la compatibilidad adbapi. Un error en la capa de protocolo que causó un rancio del Estado del pabellón durante la transacción de devolución de llamada se ha fijado.
Tags: Minor bugfixes
Transaction and ConnectionPool were added for adbapi compatibility. A bug in the protocol layer that caused a stale transactional state flag during callback was fixed.

Project Resources