]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
apply **kw to SchemaEventTarget._set_parent
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Apr 2021 16:32:04 +0000 (12:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Apr 2021 16:32:04 +0000 (12:32 -0400)
commitd5e825727905d1d8a2975c2f96e2cbeb771896f8
tree398068553f63daa02b02456ccdc5f63bba1ec3b7
parent7dd9200c01644f735c9a3a76337e715bae350667
apply **kw to SchemaEventTarget._set_parent

Fixed issue in the ``SchemaEventTarget._set_parent`` method that was
missing ``**kw`` in its argument signature which was added to this private
method as part of :ticket:`6152`. The method is not invoked internally, but
could potentially be used by a third party system, as well as that the lack
of a proper signature could be misleading in debugging other issues.

Change-Id: I00dce3e533183969b09946f3e918cb30e1154623
References: #6282
doc/build/changelog/unreleased_13/set_parent.rst [new file with mode: 0644]
lib/sqlalchemy/sql/base.py