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.4.tar.gz 0000377883 369 KB
python-psycopg2.changes 0000027733 27.1 KB
python-psycopg2.spec 0000002579 2.52 KB
Revision 32 (latest revision is 46)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 780392 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 32)
- update to 2.8.4:
  - Fixed building with Python 3.8 (:ticket:`#854`).
  - Don't swallow keyboard interrupts on connect when a password is specified
    in the connection string (:ticket:`#898`).
  - Don't advance replication cursor when the message wasn't confirmed
    (:ticket:`#940`).
  - Fixed inclusion of ``time.h`` on linux (:ticket:`#951`).
  - Fixed int overflow for large values in `~psycopg2.extensions.Column.table_oid`
    and `~psycopg2.extensions.Column.type_code` (:ticket:`#961`).
  - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
    PostgreSQL 12.
  - Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4.
Comments 0
openSUSE Build Service is sponsored by