diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-01-17 20:08:10 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-01-17 23:14:24 -0500 |
commit | c8d7141c79829f36e123bf3e4be1721dd34aaeb4 (patch) | |
tree | a3e985be4eb5a73f52f18e1c254831da516ca38b /lib/sqlalchemy/dialects/mysql/oursql.py | |
parent | 0717ce9d1dc28b67b4568351f4e98e59a831b1f1 (diff) | |
download | sqlalchemy-c8d7141c79829f36e123bf3e4be1721dd34aaeb4.tar.gz |
Adapt single inh criteria more specifically
Fixed issue where when using single-table inheritance in conjunction with a
joined inheritance hierarchy that uses "with polymorphic" loading, the
"single table criteria" for that single-table entity could get confused for
that of other entities from the same hierarchy used in the same query.The
adaption of the "single table criteria" is made more specific to the target
entity to avoid it accidentally getting adapted to other tables in the
query.
Change-Id: Ia9f915a4b01e8bb9cee365c4c70e00c626f103c4
Fixes: #4454
Diffstat (limited to 'lib/sqlalchemy/dialects/mysql/oursql.py')
0 files changed, 0 insertions, 0 deletions