summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-08-15 18:42:59 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-08-15 18:42:59 -0400
commit54808ecccd9f6e7907f4762f6df33e1ad303189c (patch)
treedc70f48d77371ea44c6422e243b96ce4fd1c329f /CHANGES
parent6d8643a1560015de0fefefc7a0ca87b1cc9ce3fd (diff)
downloadsqlalchemy-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--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 043c93585..1ff19ce4a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.