]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- improvements to the "determine direction" logic of
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Jan 2009 06:40:29 +0000 (06:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Jan 2009 06:40:29 +0000 (06:40 +0000)
commit966119f4d31ec511930024ad4b12d5e53cc8a6ec
tree010f1cda2d05da08096cd40126656716f5157edc
parentb2ee806b6f4188db42b01fce6e538928d37f507d
- improvements to the "determine direction" logic of
relation() such that the direction of tricky situations
like mapper(A.join(B)) -> relation-> mapper(B) can be
determined.
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/relationships.py