Python-PostgreSQL Database Adapter

Edit Package python-psycopg2

psycopg2 is a PostgreSQL database adapter for the Python programming
language. psycopg2 was written with the aim of being very small and fast,
and stable as a rock.

psycopg2 is different from the other database adapter because it was
designed for heavily multi-threaded applications that create and destroy
lots of cursors and make a conspicuous number of concurrent INSERTs or
UPDATEs. psycopg2 also provide full asycronous operations and support
for coroutine libraries.

Refresh
Refresh
Source Files
Filename Size Changed
psycopg2-2.8.6.tar.gz 0000383797 375 KB
python-psycopg2.changes 0000029266 28.6 KB
python-psycopg2.spec 0000002668 2.61 KB
Revision 37 (latest revision is 46)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 835010 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 37)
- update to 2.8.6:
  * Fixed memory leak changing connection encoding to the current one
  * Fixed search of mxDateTime headers in virtualenvs (:ticket:`#996`).
  * Added missing values from errorcodes (:ticket:`#1133`).
  * `cursor.query` reports the query of the last :sql:`COPY` opearation too
  * `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 13.
  * Added wheel packages for ARM architecture (:ticket:`#1125`).
  * Wheel package compiled against OpenSSL 1.1.1g.
Comments 0
openSUSE Build Service is sponsored by