]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- polymorphic_union() function respects the "key" of each
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Oct 2008 21:07:04 +0000 (21:07 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Oct 2008 21:07:04 +0000 (21:07 +0000)
commit17adfc8adce3f19fc43aede00057b33c6b85c26e
treef343a8f128d0714bd7fd1baf9a5656827720ecb4
parente17b7f4bc948be522169dd54c611f1c903438543
- polymorphic_union() function respects the "key" of each
Column if they differ from the column's name.
CHANGES
lib/sqlalchemy/orm/util.py
test/orm/inheritance/concrete.py