diff --git a/psycopg3/docs/_sources/news.rst.txt b/psycopg3/docs/_sources/news.rst.txt index 96a6b9d7..593b6544 100644 --- a/psycopg3/docs/_sources/news.rst.txt +++ b/psycopg3/docs/_sources/news.rst.txt @@ -25,7 +25,7 @@ Psycopg 3.2 (unreleased) - Add support for libpq functions to close prepared statements and portals introduced in libpq v17 (:ticket:`#603`). - The `!context` parameter of `sql` objects `~sql.Composable.as_string()` and - `~sql.Composable.as_bytes()` methods is not optional (:ticket:`#716`). + `~sql.Composable.as_bytes()` methods is now optional (:ticket:`#716`). - Disable receiving more than one result on the same cursor in pipeline mode, to iterate through `~Cursor.nextset()`. The behaviour was different than in non-pipeline mode and not totally reliable (:ticket:`#604`). diff --git a/psycopg3/docs/news.html b/psycopg3/docs/news.html index e88de03f..dbd98bb8 100644 --- a/psycopg3/docs/news.html +++ b/psycopg3/docs/news.html @@ -267,7 +267,7 @@
Add support for libpq functions to close prepared statements and portals introduced in libpq v17 (ticket #603).
The context
parameter of sql
objects as_string()
and
-as_bytes()
methods is not optional (ticket #716).
as_bytes()
methods is now optional (ticket #716).
Disable receiving more than one result on the same cursor in pipeline mode,
to iterate through nextset()
. The behaviour was different than
in non-pipeline mode and not totally reliable (ticket #604).