]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fixup: linewrap changelog blurb better
authorNick Crews <nicholas.b.crews@gmail.com>
Wed, 17 May 2023 23:45:06 +0000 (15:45 -0800)
committerNick Crews <nicholas.b.crews@gmail.com>
Wed, 17 May 2023 23:45:06 +0000 (15:45 -0800)
doc/build/changelog/unreleased_20/9752.rst

index 588e759b5119a3374398b88ab01f5d057a1cf23e..53d47541b7cc905a74a89e6a8512e0395a3f670c 100644 (file)
@@ -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