14
0

- Update to 2.4.5:

* The close() methods on connections and cursors don't raise exceptions
    if called on already closed objects.
  * Fixed fetchmany() with no argument in cursor subclasses
    (ticket #84).
  * Use lo_creat() instead of lo_create() when possible for better
    interaction with pgpool-II (ticket #88).
  * Error and its subclasses are picklable, useful for multiprocessing
    interaction (ticket #90).
  * Better efficiency and formatting of timezone offset objects thanks
    to Menno Smits (tickets #94, #95).
  * Fixed 'rownumber' during iteration on cursor subclasses.
    Regression introduced in 2.4.4 (ticket #100).
  * Added support for 'inet' arrays.
  * Fixed 'commit()' concurrency problem (ticket #103).
  * Codebase cleaned up using the GCC Python plugin's static analysis
    tool, which has revealed several unchecked return values, possible
    NULL dereferences, reference counting problems. Many thanks to David
    Malcolm for the useful tool and the assistance provided using it.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=32
This commit is contained in:
2012-04-06 19:07:13 +00:00
committed by Git OBS Bridge
parent 6a4fdc4acc
commit 4df5df58dd
4 changed files with 27 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
Name: python-psycopg2
Version: 2.4.4
Version: 2.4.5
Release: 0
License: LGPL-3.0+ or ZPL-2.0
Summary: Python-PostgreSQL Database Adapter