From: Mike Bayer Date: Sat, 20 May 2023 00:15:03 +0000 (-0400) Subject: typos X-Git-Tag: rel_2_0_15~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8aaae637365022f2b474cdbd80be58c5217e73e8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typos Change-Id: I9df3f466e790a3f321ed4a32cce5488e9cdf68be --- 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.