]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Repair regression to pathing for subclasses
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Jun 2017 16:03:22 +0000 (12:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Jun 2017 16:03:22 +0000 (12:03 -0400)
commit770e1e399cb0c91db73a551e1962ccbb57f42e76
treed4803124576cc7f7c5422ad4e4571b09bb548744
parent740f6b0d5ae3bda77f5c1829e9220d4ce9db8175
Repair regression to pathing for subclasses

Issue #3963's initial commit narrowed the "current path"
match rules too much such that a path that matches current
path on subclass would no longer match.

Change-Id: I8c9a0db91a09d789cfb8666288a913f8bbcdb2e9
Fixes: #3963
lib/sqlalchemy/orm/strategy_options.py
test/orm/test_options.py