]> 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:33 +0000 (09:17 -0400)
this change was already applied

Change-Id: I24cfdc1912b77f98ae6d0f3865cabd223553fc79

lib/sqlalchemy/sql/events.py

index 651a8673d9e8ebe7ccf6babfd4ba53be6f57e2aa..00f1e7d0d39b32034546c2a2379d7523d5a76279 100644 (file)
@@ -298,9 +298,6 @@ class DDLEvents(event.Events[SchemaEventTarget]):
                 ]
             )
 
-        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