]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog updates
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Feb 2023 15:47:00 +0000 (10:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Feb 2023 15:47:00 +0000 (10:47 -0500)
Change-Id: Id28c5ae101cf462609740a698a1b188cce01bc5a

doc/build/changelog/unreleased_20/9277.rst
doc/build/changelog/unreleased_20/9295.rst

index b73649a88f396b960594d611d896a8ae44b499d6..c97d969c14267853b9916c80287a6e1a78d50367 100644 (file)
@@ -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.
index 57b872f711919cab0d98957eb77f0c0b84e49430..224dd713ae0121063c694675f0c6972997a8d776 100644 (file)
@@ -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.