]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- A column can be added to a joined-table declarative
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Oct 2009 20:52:30 +0000 (20:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Oct 2009 20:52:30 +0000 (20:52 +0000)
commit82cf74d5154efd7bbae12658a45b80c5b7c08635
tree521d0aeb1549f4e354916a89b669fd7f94950062
parent359ca48d7b3328eef38bd3355b03fb0109d30f8b
- A column can be added to a joined-table declarative
superclass after the class has been constructed
(i.e. via class-level attribute assignment), and
the column will be propagated down to
subclasses. [ticket:1570]  This is the reverse
situation as that of [ticket:1523], fixed in 0.5.6.
CHANGES
lib/sqlalchemy/orm/mapper.py
test/ext/test_declarative.py