]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- more fixes to polymorphic relations, involving proper lazy-clause
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Feb 2007 01:27:15 +0000 (01:27 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Feb 2007 01:27:15 +0000 (01:27 +0000)
commit8fa3becd5fac57bb898a0090bafaac377b60f070
tree3fb6e4f1870766f67a2387fefcb24adebee5b762
parentabc997154496da1232ba0228dea5bbfcfed579f9
- more fixes to polymorphic relations, involving proper lazy-clause
generation on many-to-one relationships to polymorphic mappers
[ticket:493]
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/inheritance5.py