Download List

專案描述

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

A bug was fixed in which ConnectionPool.runQuery() and runInteraction() were broken by the removal of ConnectionPool._error() in 2.0.
標籤: Major bugfixes

2005-03-15 02:21
2.0

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.
標籤: Major bugfixes

2005-01-26 08:52
1.15b

Circular references and memory leaks were resolved, and an error that occurred when the same errback was called twice from runOperation was fixed.
標籤: Minor bugfixes

2005-01-20 00:44
1.13b

Connection pool size control was added.
標籤: Minor feature enhancements

2005-01-19 00:11
1.11b

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.
標籤: Minor bugfixes

Project Resources