]> 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:06 +0000 (20:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Oct 2009 20:52:06 +0000 (20:52 +0000)
commit6535456ea6eabb5b0fa5a76abfb14cc7f663bd75
treead935eb1fc805f806213450198c2d368fb4486f2
parent3984cad7228fcc8fae9c3be93ecd86f6b08ed4b3
- 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