]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add additional tests to verify _is_clone_of proxy level link
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Aug 2019 17:27:43 +0000 (13:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Aug 2019 20:26:02 +0000 (16:26 -0400)
commitf17b4976d862a8f23efce91107274ffc115f5a2d
treeb748b43d46c33966eef87a1892e3fdf01b173810
parent896d47f318c5c27620fd6da805f98811941b88c5
Add additional tests to verify _is_clone_of proxy level link

The commit message in 896d47f318c5c27620fd6da is not accurate,
we do in fact still need _is_clone_of when a clone of a column is
created so that we can implement _cloned_set().  Additionally,
the linkage of _is_clone_of within make_proxy() also suits
an additional use case that seems to be related to [ticket:2419].
Adjust one of the tests which likely got changed within 1.4's
refactoring of Select to test this correctly.

Change-Id: I124c7c6b02498e2dfad9797816df42a5b6f91901
test/sql/test_generative.py