]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typos
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 May 2023 00:15:03 +0000 (20:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 May 2023 00:15:03 +0000 (20:15 -0400)
Change-Id: I9df3f466e790a3f321ed4a32cce5488e9cdf68be

doc/build/changelog/unreleased_20/9808.rst

index 1b825642628b661fcc2d2c50bede0fab5059e26c..2294579336d42cf555498ca1e37b727e5c923427 100644 (file)
@@ -3,11 +3,11 @@
     :tickets: 9808
 
     Repaired the base :class:`.Uuid` datatype for the PostgreSQL dialect to
-    make proper use of the PG-specific ``UUID`` internal datatype when
+    make full use of the PG-specific ``UUID`` dialect-specific datatype when
     "native_uuid" is selected, so that PG driver behaviors are included. This
     issue became apparent due to the insertmanyvalues improvement made as part
-    of :ticket:`9618`, where in a similar manner as that of :ticket:` 9739`
-    where the asyncpg driver is very sensitive to datatype casts being present
-    or not, the PostgreSQL driver-specific native ``UUID`` datatype must be
-    invoked when this generic type is used.
+    of :ticket:`9618`, where in a similar manner as that of :ticket:`9739`, the
+    asyncpg driver is very sensitive to datatype casts being present or not,
+    and the PostgreSQL driver-specific native ``UUID`` datatype must be invoked
+    when this generic type is used so that these casts take place.