diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-02 09:18:04 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-02 09:18:04 -0400 |
| commit | bae435d44863e9c364dd9df8482c014ad7d56ee4 (patch) | |
| tree | 3fbafde060912f01df101f3e82a28f4917aa77c6 | |
| parent | 1ff80c246f33b3eeb960d84c5575b473b7f3ba4f (diff) | |
| download | sqlalchemy-bae435d44863e9c364dd9df8482c014ad7d56ee4.tar.gz | |
fix formatting
Change-Id: Id9026521d878baa2b2fc96159384135c27344def
| -rw-r--r-- | doc/build/changelog/unreleased_14/pg8000_sscursor.rst | 7 |
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. |
