From: Mike Bayer Date: Sun, 2 May 2021 13:18:04 +0000 (-0400) Subject: fix formatting X-Git-Tag: rel_1_4_13~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bae435d44863e9c364dd9df8482c014ad7d56ee4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix formatting Change-Id: Id9026521d878baa2b2fc96159384135c27344def --- diff --git a/doc/build/changelog/unreleased_14/pg8000_sscursor.rst b/doc/build/changelog/unreleased_14/pg8000_sscursor.rst index cfa69f2b0b..65fc28c42a 100644 --- a/doc/build/changelog/unreleased_14/pg8000_sscursor.rst +++ b/doc/build/changelog/unreleased_14/pg8000_sscursor.rst @@ -1,6 +1,7 @@ .. change:: - :tags: pg8000, postgresql + :tags: usecase, postgresql :tickets: 6198 - Add support for server side cursors in the pg8000 dialect for PostgreSQL. This - allows use of the :class: `Connection.execution_options.stream_results` option. + Add support for server side cursors in the pg8000 dialect for PostgreSQL. + This allows use of the + :paramref:`.Connection.execution_options.stream_results` option.