]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
tweak to get_direction, rolls back a comparison of "foreigntable" to "parent"/"mapper...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Mar 2006 02:39:52 +0000 (02:39 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Mar 2006 02:39:52 +0000 (02:39 +0000)
commit4ab782cb0e1f0f0a6b4a68b67ce1aad03bee6f38
tree8d974d9e03ffddc849ea35ac05ed54f0081f995a
parent479903bebfbccbed50d126b2c03c8dffa982b6ac
tweak to get_direction, rolls back a comparison of "foreigntable" to "parent"/"mapper" table to be more constrained.  this change was originally in [changeset:1101] to help out the polymorph example but it now works without it.  the change breaks the Post/Comment relationship in the ZBlog demo since the Post mapper has the comments table inside of it (also with no workaround).
lib/sqlalchemy/mapping/properties.py