diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-15 18:42:59 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-15 18:42:59 -0400 |
| commit | 54808ecccd9f6e7907f4762f6df33e1ad303189c (patch) | |
| tree | dc70f48d77371ea44c6422e243b96ce4fd1c329f /CHANGES | |
| parent | 6d8643a1560015de0fefefc7a0ca87b1cc9ce3fd (diff) | |
| download | sqlalchemy-54808ecccd9f6e7907f4762f6df33e1ad303189c.tar.gz | |
- [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]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -231,6 +231,13 @@ underneath "0.7.xx". or remove operation is received on the now-detached collection. [ticket:2476] + - [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] + - [bug] An error is emitted when uselist=False is combined with a "dynamic" loader. This is a warning in 0.7.9. |
