summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-05-02 09:18:04 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-05-02 09:18:04 -0400
commitbae435d44863e9c364dd9df8482c014ad7d56ee4 (patch)
tree3fbafde060912f01df101f3e82a28f4917aa77c6
parent1ff80c246f33b3eeb960d84c5575b473b7f3ba4f (diff)
downloadsqlalchemy-bae435d44863e9c364dd9df8482c014ad7d56ee4.tar.gz
fix formatting
Change-Id: Id9026521d878baa2b2fc96159384135c27344def
-rw-r--r--doc/build/changelog/unreleased_14/pg8000_sscursor.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/build/changelog/unreleased_14/pg8000_sscursor.rst b/doc/build/changelog/unreleased_14/pg8000_sscursor.rst
index cfa69f2b0..65fc28c42 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.