Télécharger la liste

Description du projet

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.

Système requise

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 bug a été fixé pendant lequel les ConnectionPool.runQuery () et runInteraction () ont été brisés par la suppression des ConnectionPool._error () dans 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

La gestion des erreurs a été améliorée de soutien, de mise en forme de requête est plus souple, booléen a été ajouté, experimental support de l'Unicode a été mis en œuvre, support des sockets Unix a été ajoutée, et de nombreux bugs ont été corrigés.
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

Les références circulaires et les fuites de mémoire ont été résolus, et une erreur qui s'est produite lorsque l'errback même a été appelé deux fois de runOperation a été fixée.
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

Contrôle pool de connexion de taille a été ajoutée.
Tags: Minor feature enhancements
Connection pool size control was added.

2005-01-19 00:11
1.11b

Transaction et ConnectionPool ont été ajoutés pour la compatibilité adbapi. Un bogue dans la couche de protocole qui a causé un drapeau rassis état transactionnel au cours de rappel a été fixée.
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