]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
formatting updates
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Nov 2021 15:01:08 +0000 (11:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Nov 2021 15:01:08 +0000 (11:01 -0400)
Change-Id: I7352bed0115b8fcdb4708e012d83e81d1ae494ed

doc/build/changelog/unreleased_14/7274.rst
doc/build/changelog/unreleased_14/7283.rst
doc/build/changelog/unreleased_14/7284.rst
lib/sqlalchemy/dialects/postgresql/asyncpg.py

index 7364ae65381cd45a79c41b09787b62e2c6ff030d..08e961a729040399f05ef6458156fc40464c3832 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug, core, regression
+    :tags: bug, engine, regression
     :tickets: 7274
     :versions: 2.0.0b1
 
index 0cfd2a491e54524974edc663a389d3c22bd4de01..ce16f0561a815e36d5494de71cad0764b239fe3f 100644 (file)
@@ -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"
index fb05488f50cec3e7a4933f2d7c65b390c9b59e1f..fbbbafa80fe72ff6dc1785a7efffbd478e9c488a 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: asyncpg, usecase
+    :tags: postgresql, usecase, asyncpg
     :tickets: 7284
     :versions: 2.0.0b1
 
index 548b7ecfbeb5ee2b9f901703ed99414addd0087c..21f9e3e26e783e6bca2e89c4a9bbeed71af6b6dd 100644 (file)
@@ -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: