From 8aaae637365022f2b474cdbd80be58c5217e73e8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 19 May 2023 20:15:03 -0400 Subject: [PATCH] typos Change-Id: I9df3f466e790a3f321ed4a32cce5488e9cdf68be --- doc/build/changelog/unreleased_20/9808.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/build/changelog/unreleased_20/9808.rst b/doc/build/changelog/unreleased_20/9808.rst index 1b82564262..2294579336 100644 --- a/doc/build/changelog/unreleased_20/9808.rst +++ b/doc/build/changelog/unreleased_20/9808.rst @@ -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. -- 2.47.3