From: Mike Bayer Date: Wed, 21 Jan 2026 21:37:03 +0000 (-0500) Subject: remove 12240. rst (note space) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa9f9735814c41891b954dce9bc51710398b89fe;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove 12240. rst (note space) this file got successfully merged into changelog_21 for the 2.1.0b1 release however the file deletion phase missed the file itself, causing it to render in both 2.1.0b1 and 2.1.0b2 on the site. Change-Id: I0acf9dcc67694a781ae67a641e9b367706fcbfb3 --- diff --git a/doc/build/changelog/unreleased_21/12240 .rst b/doc/build/changelog/unreleased_21/12240 .rst deleted file mode 100644 index e9a6c632e2..0000000000 --- a/doc/build/changelog/unreleased_21/12240 .rst +++ /dev/null @@ -1,8 +0,0 @@ -.. change:: - :tags: reflection, mysql, mariadb - :tickets: 12240 - - Updated the reflection logic for indexes in the MariaDB and MySQL - dialect to avoid setting the undocumented ``type`` key in the - :class:`_engine.ReflectedIndex` dicts returned by - :class:`_engine.Inspector.get_indexes` method.