]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ensure association proxy works over synonym
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Mar 2019 18:28:54 +0000 (13:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Mar 2019 15:16:49 +0000 (10:16 -0500)
commitb78f4604658dc875221bda5a23423cb34742e428
tree6e5c59ff608340146e6cc484e3ad57aa5cf7759e
parent201c4a60e4b8af56d9c02a3675d1443ba4171c89
Ensure association proxy works over synonym

Fixed regression where an association proxy linked to a synonym would no
longer work, both at instance level and at class level.

Fixes: #4522
Change-Id: I949079229ef87c12736c362df35444f6e30c8038
doc/build/changelog/unreleased_13/4522.rst [new file with mode: 0644]
lib/sqlalchemy/orm/descriptor_props.py
test/ext/test_associationproxy.py