From b5f25eb99b65925139b099c4e37717969542d108 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 17 Aug 2022 09:17:33 -0400 Subject: [PATCH] remove erroneous note about future metadata this change was already applied Change-Id: I24cfdc1912b77f98ae6d0f3865cabd223553fc79 (cherry picked from commit 0eea54e84df104ffe8bc246eb82e4a7a2cf05079) --- lib/sqlalchemy/sql/events.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/sqlalchemy/sql/events.py b/lib/sqlalchemy/sql/events.py index c42578986d..872d17cac4 100644 --- a/lib/sqlalchemy/sql/events.py +++ b/lib/sqlalchemy/sql/events.py @@ -268,9 +268,6 @@ class DDLEvents(event.Events): ] ) - A future release will allow it to be associated with a specific - :class:`_schema.MetaData` object as well. - The dictionary of column information as returned by the dialect is passed, and can be modified. The dictionary is that returned in each element of the list returned -- 2.47.3