From dda4c7e7f94ba48c1469601135bef36e88b2d4f1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 17 Feb 2023 10:47:00 -0500 Subject: [PATCH] changelog updates Change-Id: Id28c5ae101cf462609740a698a1b188cce01bc5a --- doc/build/changelog/unreleased_20/9277.rst | 2 +- doc/build/changelog/unreleased_20/9295.rst | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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. -- 2.47.2