]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove erroneous note about future metadata
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Aug 2022 13:17:33 +0000 (09:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Aug 2022 13:17:59 +0000 (09:17 -0400)
this change was already applied

Change-Id: I24cfdc1912b77f98ae6d0f3865cabd223553fc79
(cherry picked from commit 0eea54e84df104ffe8bc246eb82e4a7a2cf05079)

lib/sqlalchemy/sql/events.py

index c42578986de9655f9d68b1cb534eb48426b11ec0..872d17cac43c5716321d071c801c838c329b2f50 100644 (file)
@@ -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