All releases tagged Major bugfixes


Release Notes: This release fixes the NULL float conversion problem introduced in 2.0.3.


Release Notes: A nasty bug related to bound variables formatting, first introduced in 1.0.15, has been fixed.


Release Notes: Fixes were made for some rare but nasty bugs: wrong formatting of arguments when using the %.nf format, connection closing but not really closing the database connection, and a little memory leak. Some Mac OS X build improvements are also included.


Release Notes: Fixes for all known bugs, full DBAPI 2.0 compatibility, and some other minor features.


Release Notes: A segfault-related bugfix, some Zope fixes, and the addition of missing module symbols as specified in the DBAPI document (paramstyle, threadsafety, etc.).


Release Notes: This release fixes some evil bugs like the segfault when the connection to PostgreSQL is lost (now simply raises an exception) and the missing quoting of SQL queries in Zope (ZpsycopgDA). It also adds the ability to close the PostgreSQL connection from Zope, which was a missing method, and a few other minor fixes.


Release Notes: A nasty bug in ZPsycopgDA was fixed: UPDATEs and INSERTs didn't work in 0.4.3. Upgrading to this version is highly recommended.


Release Notes: Some serious bugs in ZPsycopgDA were fixed (connections don't need to be reopened when using psycopg). Error management was improved.


Release Notes: This new release fixes some major bugs, including problems with threading, memory leaks, and fetchmany() returning empty list. It also features a nice 50% speed increase.