]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby columns on a mixin wouldn't propagate
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Sep 2010 16:43:36 +0000 (12:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Sep 2010 16:43:36 +0000 (12:43 -0400)
commitec3e6c7dc2c03849b140c17e17e1efdc2f932a4a
treed82b8abf889248a00a18e4dc15508c380308e0f9
parentabc8e45b2f94dee88aa712b21470d65f942f12b2
- Fixed bug whereby columns on a mixin wouldn't propagate
correctly to a single-table inheritance scheme where
the attribute name is different than that of the column.
[ticket:1930].   Note [ticket:1931] which is the same
issue for joined inh, not yet resolved.
CHANGES
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/orm/attributes.py
test/ext/test_declarative.py