From: Nick Crews Date: Wed, 17 May 2023 23:45:06 +0000 (-0800) Subject: fixup: linewrap changelog blurb better X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d8397a9c1fb6fe91326d245a70ce27f71f3b9b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fixup: linewrap changelog blurb better --- diff --git a/doc/build/changelog/unreleased_20/9752.rst b/doc/build/changelog/unreleased_20/9752.rst index 588e759b51..53d47541b7 100644 --- a/doc/build/changelog/unreleased_20/9752.rst +++ b/doc/build/changelog/unreleased_20/9752.rst @@ -3,13 +3,13 @@ :tickets: 9752 - Generalized the MSSQL :func:`.try_cast` function so that other - extension dialects can use it (MSSQL is the only builtin dialect - that currently supports it). + Generalized the MSSQL :func:`.try_cast` function so that other extension + dialects can use it (MSSQL is the only builtin dialect that currently + supports it). - This implements a cast where - un-castable values are returned as NULL, instead of raising an error. - These are a few third party dialects that could implement this: + This implements a cast where un-castable values are returned as NULL, + instead of raising an error. These are a few third party dialects that + could implement this: * ``SAFE_CAST`` in Google BigQuery * ``TRY_CAST`` in DuckDB