From 504e774e8cf014ceecd43f091a9bf840e6c1fe7e Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 3 Nov 2021 11:01:08 -0400 Subject: [PATCH] formatting updates Change-Id: I7352bed0115b8fcdb4708e012d83e81d1ae494ed (cherry picked from commit d80f5277e1c6a6043408244288effb08713c8d70) --- doc/build/changelog/unreleased_14/7274.rst | 2 +- doc/build/changelog/unreleased_14/7283.rst | 2 +- doc/build/changelog/unreleased_14/7284.rst | 2 +- lib/sqlalchemy/dialects/postgresql/asyncpg.py | 5 +++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/build/changelog/unreleased_14/7274.rst b/doc/build/changelog/unreleased_14/7274.rst index 7364ae6538..08e961a729 100644 --- a/doc/build/changelog/unreleased_14/7274.rst +++ b/doc/build/changelog/unreleased_14/7274.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, core, regression + :tags: bug, engine, regression :tickets: 7274 :versions: 2.0.0b1 diff --git a/doc/build/changelog/unreleased_14/7283.rst b/doc/build/changelog/unreleased_14/7283.rst index 0cfd2a491e..ce16f0561a 100644 --- a/doc/build/changelog/unreleased_14/7283.rst +++ b/doc/build/changelog/unreleased_14/7283.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, postgresql + :tags: bug, postgresql, asyncpg :tickets: 7283 Changed the asyncpg dialect to bind the :class:`.Float` type to the "float" diff --git a/doc/build/changelog/unreleased_14/7284.rst b/doc/build/changelog/unreleased_14/7284.rst index fb05488f50..fbbbafa80f 100644 --- a/doc/build/changelog/unreleased_14/7284.rst +++ b/doc/build/changelog/unreleased_14/7284.rst @@ -1,5 +1,5 @@ .. change:: - :tags: asyncpg, usecase + :tags: postgresql, usecase, asyncpg :tickets: 7284 :versions: 2.0.0b1 diff --git a/lib/sqlalchemy/dialects/postgresql/asyncpg.py b/lib/sqlalchemy/dialects/postgresql/asyncpg.py index 548b7ecfbe..21f9e3e26e 100644 --- a/lib/sqlalchemy/dialects/postgresql/asyncpg.py +++ b/lib/sqlalchemy/dialects/postgresql/asyncpg.py @@ -1034,8 +1034,9 @@ class PGDialect_asyncpg(PGDialect): See https://github.com/MagicStack/asyncpg/issues/623 for reference on why it's set up this way. - Also, see https://github.com/sqlalchemy/sqlalchemy/issues/7284 for - the rationale behind adding self._exclude_type_codecs + See #7284 for the rationale behind adding + self._exclude_type_codecs + """ if "json" not in self._exclude_type_codecs: -- 2.47.3