Change-Id: Id28c5ae101cf462609740a698a1b188cce01bc5a
: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.
: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.