From f6d8397a9c1fb6fe91326d245a70ce27f71f3b9b Mon Sep 17 00:00:00 2001 From: Nick Crews Date: Wed, 17 May 2023 15:45:06 -0800 Subject: [PATCH] fixup: linewrap changelog blurb better --- doc/build/changelog/unreleased_20/9752.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.47.3