psycopg3 3.1.8-0ubuntu1 source package in Ubuntu

Changelog

psycopg3 (3.1.8-0ubuntu1) mantic; urgency=medium

  * New upstream release 3.1.8 (LP: #2022089)
    - This release update makes psycopg3 compatible with Django 4.2, see:
      https://docs.djangoproject.com/en/4.2/releases/4.2/#psycopg-3-support
    - Updates:
      + Don't pollute server logs when types looked for by TypeInfo.fetch()
        are not found.
      + Set Cursor.rowcount to the number of rows of each result set from
        Cursor.executemany() when called with !returning=True.
      + Fix TypeInfo.fetch() when used with ClientCursor

 -- Lena Voytek <email address hidden>  Wed, 30 Aug 2023 07:23:06 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Athos Ribeiro
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
psycopg3_3.1.8.orig.tar.xz 341.4 KiB 6b4e631c870e9e7196423801842d8a730b6f6731abba45d4a3cc449009cedae1
psycopg3_3.1.8-0ubuntu1.debian.tar.xz 7.6 KiB f37c2d9323c60209acd23a7f3ecd7d85d191d0fa91c42a46bbe3f3939fba2903
psycopg3_3.1.8-0ubuntu1.dsc 2.6 KiB 1be2e31e314574cc7341707c96fe6cfe848cd9f269f7c88e080472682aad89dc

View changes file

Binary packages built by this source

python-psycopg-doc: PostgreSQL database adapter for Python 3 (documentation package)

 Psycopg 3 is a newly designed PostgreSQL database adapter for the Python
 programming language.
 .
 Psycopg 3 is a complete rewrite of Psycopg 2, maintaining the same
 fundamental libpq wrapper architecture and DB-API interface design, but
 exposing new features to better work with the newer versions of Python
 and PostgreSQL.
 .
 On the Python side, Psycopg 3 allows the use of asyncio-based
 concurrency and static typing. Many improvement to the Python interface
 make the library much simpler and more idiomatic to use,
 .
 On the PostgreSQL side, Psycopg 3 makes use of server-side parameters,
 prepared statements, binary parameters, and great support for COPY
 operations.
 .
 Psycopg 3 presents a familiar interface for everyone who has used
 Psycopg 2 or any other `DB-API 2.0` database adapter, but allows one
 to use more modern PostgreSQL and Python features, such as:
  - Strict Strong Typing
  - asynchronous support
  - server-side parameters binding
  - binary communication
  - a great integration of the COPY support
  - direct access to the libpq functionalities
 .
 This package contains the psycopg3 documentation

python3-psycopg: PostgreSQL database adapter for Python 3

 Psycopg 3 is a newly designed PostgreSQL database adapter for the Python
 programming language.
 .
 Psycopg 3 is a complete rewrite of Psycopg 2, maintaining the same
 fundamental libpq wrapper architecture and DB-API interface design, but
 exposing new features to better work with the newer versions of Python
 and PostgreSQL.
 .
 On the Python side, Psycopg 3 allows the use of asyncio-based
 concurrency and static typing. Many improvement to the Python interface
 make the library much simpler and more idiomatic to use,
 .
 On the PostgreSQL side, Psycopg 3 makes use of server-side parameters,
 prepared statements, binary parameters, and great support for COPY
 operations.
 .
 Psycopg 3 presents a familiar interface for everyone who has used
 Psycopg 2 or any other `DB-API 2.0` database adapter, but allows one
 to use more modern PostgreSQL and Python features, such as:
  - Strict Strong Typing
  - asynchronous support
  - server-side parameters binding
  - binary communication
  - a great integration of the COPY support
  - direct access to the libpq functionalities

python3-psycopg-pool: PostgreSQL database adapter for Python 3: connection pool

 Psycopg 3 is a newly designed PostgreSQL database adapter for the Python
 programming language.
 .
 Psycopg 3 is a complete rewrite of Psycopg 2, maintaining the same
 fundamental libpq wrapper architecture and DB-API interface design, but
 exposing new features to better work with the newer versions of Python
 and PostgreSQL.
 .
 On the Python side, Psycopg 3 allows the use of asyncio-based
 concurrency and static typing. Many improvement to the Python interface
 make the library much simpler and more idiomatic to use,
 .
 On the PostgreSQL side, Psycopg 3 makes use of server-side parameters,
 prepared statements, binary parameters, and great support for COPY
 operations.
 .
 Psycopg 3 presents a familiar interface for everyone who has used
 Psycopg 2 or any other `DB-API 2.0` database adapter, but allows one
 to use more modern PostgreSQL and Python features, such as:
  - Strict Strong Typing
  - asynchronous support
  - server-side parameters binding
  - binary communication
  - a great integration of the COPY support
  - direct access to the libpq functionalities
 .
 This package contains two connection pool implementations