diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-16 15:25:48 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-16 15:25:48 -0500 |
| commit | 1d9eb4101365e2c7b8d434fae403aa876ccbef59 (patch) | |
| tree | bc2d9cfc7380d9c53e76c182811ec5b5d59e81bf /doc | |
| parent | 015e804c4889cac8a0423168ec7036fb5f42fea0 (diff) | |
| download | sqlalchemy-1d9eb4101365e2c7b8d434fae403aa876ccbef59.tar.gz | |
- Fixed bug when using joined table inheritance from a table to a
select/alias on the base, where the PK columns were also not same
named; the persistence system would fail to copy primary key values
from the base table to the inherited table upon INSERT.
[ticket:2885]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 2e1bdc9ad..70999ed6a 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -14,6 +14,16 @@ .. change:: :tags: bug, orm :versions: 0.9.0b2 + :tickets: 2885 + + Fixed bug when using joined table inheritance from a table to a + select/alias on the base, where the PK columns were also not same + named; the persistence system would fail to copy primary key values + from the base table to the inherited table upon INSERT. + + .. change:: + :tags: bug, orm + :versions: 0.9.0b2 :tickets: 2889 :func:`.composite` will raise an informative error message when the |
