From: Mike Bayer Date: Wed, 17 Aug 2022 13:17:33 +0000 (-0400) Subject: remove erroneous note about future metadata X-Git-Tag: rel_2_0_0b1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eea54e84df104ffe8bc246eb82e4a7a2cf05079;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove erroneous note about future metadata this change was already applied Change-Id: I24cfdc1912b77f98ae6d0f3865cabd223553fc79 --- diff --git a/lib/sqlalchemy/sql/events.py b/lib/sqlalchemy/sql/events.py index 651a8673d9..00f1e7d0d3 100644 --- a/lib/sqlalchemy/sql/events.py +++ b/lib/sqlalchemy/sql/events.py @@ -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