From: Mike Bayer Date: Fri, 17 Feb 2023 15:47:00 +0000 (-0500) Subject: changelog updates X-Git-Tag: rel_2_0_4~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dda4c7e7f94ba48c1469601135bef36e88b2d4f1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog updates Change-Id: Id28c5ae101cf462609740a698a1b188cce01bc5a --- diff --git a/doc/build/changelog/unreleased_20/9277.rst b/doc/build/changelog/unreleased_20/9277.rst index b73649a88f..c97d969c14 100644 --- a/doc/build/changelog/unreleased_20/9277.rst +++ b/doc/build/changelog/unreleased_20/9277.rst @@ -2,5 +2,5 @@ :tags: sql :tickets: 9277 - Added public property :attr:`_sql.Table.autoincrement_column` that + Added public property :attr:`_schema.Table.autoincrement_column` that returns the column identified as autoincrementing in the column. diff --git a/doc/build/changelog/unreleased_20/9295.rst b/doc/build/changelog/unreleased_20/9295.rst index 57b872f711..224dd713ae 100644 --- a/doc/build/changelog/unreleased_20/9295.rst +++ b/doc/build/changelog/unreleased_20/9295.rst @@ -2,5 +2,7 @@ :tags: oracle, bug :tickets: 9295 - Adjusted ``oracledb`` ``thick_mode`` flag to accept any falsy value that's - not a dict as off value. Previously only ``None`` was accepted as off value. + Adjusted the behavior of the ``thick_mode`` parameter for the + :ref:`oracledb` dialect to correctly accept ``False`` as a value. + Previously, only ``None`` would indicate that thick mode should be + disabled.