]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bugs in Query regarding simultaneous selection of
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Feb 2009 17:14:05 +0000 (17:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Feb 2009 17:14:05 +0000 (17:14 +0000)
commitf180cc0c9fe7b8cc470c8051a1201a8a86c8b32b
tree3b3a76c5cea635c772f1364a3ee68dd64814fc8b
parent2d6b3f09eb642915bf4618e78815e701dcabf592
- Fixed bugs in Query regarding simultaneous selection of
multiple joined-table inheritance entities with common base
classes, previously the adaption applied to "e2" on
"e1 JOIN e2" would be partially applied to "e1".  Additionally,
comparisons on relations (i.e. Entity2.related==e2)
were not getting adapted correctly.
CHANGES
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
test/orm/inheritance/query.py