]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Declarative can now propagate a column
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Aug 2012 22:42:59 +0000 (18:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Aug 2012 22:42:59 +0000 (18:42 -0400)
commit54808ecccd9f6e7907f4762f6df33e1ad303189c
treedc70f48d77371ea44c6422e243b96ce4fd1c329f
parent6d8643a1560015de0fefefc7a0ca87b1cc9ce3fd
- [bug] Declarative can now propagate a column
declared on a single-table inheritance subclass
up to the parent class' table, when the parent
class is itself mapped to a join() or select()
statement, directly or via joined inheritane,
and not just a Table.   [ticket:2549]
CHANGES
lib/sqlalchemy/ext/declarative/base.py
lib/sqlalchemy/sql/expression.py
test/ext/declarative/test_inheritance.py
test/sql/test_selectable.py