]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where determination of "self referential"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 May 2011 15:30:24 +0000 (11:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 May 2011 15:30:24 +0000 (11:30 -0400)
commitb3d7bd4e3eb52fbd4fba6ed97ee67748274ac712
tree854489dfcd16fbfa8db38b96cf96be3a5d3eed2f
parent54db2fb99b2d37f5e4495a8aaf332e8255246014
- Fixed bug where determination of "self referential"
relationship would fail with no workaround
for joined-inh subclass related to itself,
or joined-inh subclass related to a subclass
of that with no cols in the sub-sub class
in the join condition.  [ticket:2149]
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/inheritance/test_polymorph2.py