]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove 12240. rst (note space)
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Jan 2026 21:37:03 +0000 (16:37 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Jan 2026 21:37:03 +0000 (16:37 -0500)
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

doc/build/changelog/unreleased_21/12240 .rst [deleted file]

diff --git a/doc/build/changelog/unreleased_21/12240 .rst b/doc/build/changelog/unreleased_21/12240 .rst
deleted file mode 100644 (file)
index e9a6c63..0000000
+++ /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.