]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
De-implement non-working / testing copy_internals from dml
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Dec 2019 07:09:04 +0000 (02:09 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Dec 2019 07:09:04 +0000 (02:09 -0500)
commitb59f87e6185b26e286147316c20022df4d729f77
tree4e112168f5738da7727ed636cb5a58c1d21d8630
parent92fd25f3e1f69b6fbdc3b2bbd81508a01a2668b3
De-implement non-working / testing copy_internals from dml

The DML constructs will need to have traverse_internals
symbols set up; as there are currently non-working /non-used
_copy_internals methods, just remove these for now as they
are unlikely to be working correctly in any case.

Additionally remove an errant "return" statement noted
on the same issue from the MySQL dialect.

Fixes: #5060
Change-Id: I289005af04192e4c755d53244b1ea0711c266c6c
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/sql/dml.py