From: Mike Bayer Date: Wed, 3 Nov 2021 15:01:08 +0000 (-0400) Subject: formatting updates X-Git-Tag: rel_2_0_0b1~673 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d80f5277e1c6a6043408244288effb08713c8d70;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git formatting updates Change-Id: I7352bed0115b8fcdb4708e012d83e81d1ae494ed --- 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: