diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-01-02 17:56:45 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-01-02 18:00:11 -0500 |
commit | dcf66590d2d4dda35cdb2db25755de4fb1cd84a5 (patch) | |
tree | 3b02d2153813ec4705a25fc81e1a19d6652be5eb /lib/sqlalchemy/dialects/postgresql/psycopg2cffi.py | |
parent | 435aaff20effbc914bbb4d19f177df3c1f5f15ab (diff) | |
download | sqlalchemy-dcf66590d2d4dda35cdb2db25755de4fb1cd84a5.tar.gz |
Check for the endmost target when chaining contains()
Fixed regression in association proxy due to :ticket:`3769`
(allow for chained any() / has()) where contains() against
an association proxy chained in the form
(o2m relationship, associationproxy(m2o relationship, m2o relationship))
would raise an error regarding the re-application of contains()
on the final link of the chain.
Change-Id: Iea51ce84c2c5a332416fff10b1ba0e676cf0bad7
Fixes: #4150
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/psycopg2cffi.py')
0 files changed, 0 insertions, 0 deletions