forked from pool/python-psycopg2
Update to 2.0.12
- Update to 2.0.12: * psycopg/lobject_int.c: fixed problem with writing large data using lo_write: apparently the large objects code does not like non-blocking connections. * setup.py: fixed version detection for PostgreSQL rc, as suggested by Sok Ann Yap. * ZPsycopgDA/db.py: applied serialization error retry from Brian Sutherland. * Implemented connection.reset() method to reset the connection to well-know default parameters. This is much faster than closing and reopening the connection. (Suggested by a bug report by Glenn Maynard.) * psycopg/cursor_type.c: unified size macro definitions in COPY TO and COPY FROM operations: now the buffer for column names is 8192 bytes that should be enough even for very large tables. * Applied patch from Robert Munro to fix version check in ZPsycopgDA. - Release 2.0.11: * lib/extras.py: fixed crash in fetchone() when prefetching using a RealDictCursor. * psycopg/cursor_ext.c: now raise correct exception when fetching using a custom row factory results in an error. * lib/extras.py: applied DictRow "diet" patch from Marko Kreen. * setup.py: applied patch from Elvis Pranskevichus to make PostgreSQL version detection more robust. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 13:14:38 UTC 2009 - jfunk@funktronics.ca
|
||||
|
||||
- Update to 2.0.12:
|
||||
* psycopg/lobject_int.c: fixed problem with writing large data using
|
||||
lo_write: apparently the large objects code does not like non-blocking
|
||||
connections.
|
||||
* setup.py: fixed version detection for PostgreSQL rc, as
|
||||
suggested by Sok Ann Yap.
|
||||
* ZPsycopgDA/db.py: applied serialization error retry from Brian
|
||||
Sutherland.
|
||||
* Implemented connection.reset() method to reset the connection to
|
||||
well-know default parameters. This is much faster than closing and
|
||||
reopening the connection. (Suggested by a bug report by Glenn
|
||||
Maynard.)
|
||||
* psycopg/cursor_type.c: unified size macro definitions in COPY TO
|
||||
and COPY FROM operations: now the buffer for column names is 8192
|
||||
bytes that should be enough even for very large tables.
|
||||
* Applied patch from Robert Munro to fix version check
|
||||
in ZPsycopgDA.
|
||||
- Release 2.0.11:
|
||||
* lib/extras.py: fixed crash in fetchone() when prefetching using
|
||||
a RealDictCursor.
|
||||
* psycopg/cursor_ext.c: now raise correct exception when fetching
|
||||
using a custom row factory results in an error.
|
||||
* lib/extras.py: applied DictRow "diet" patch from Marko Kreen.
|
||||
* setup.py: applied patch from Elvis Pranskevichus to make
|
||||
PostgreSQL version detection more robust.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 17:23:57 CEST 2009 - lars@linux-schulserver.de
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
Name: python-psycopg2
|
||||
Summary: A PostgreSQL database adapter for Python
|
||||
Version: 2.0.10
|
||||
Version: 2.0.12
|
||||
Release: 1
|
||||
Url: http://initd.org/projects/psycopg1
|
||||
License: X11/MIT
|
||||
|
Reference in New Issue
Block a user