]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug when using joined table inheritance from a table to a
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Dec 2013 20:25:48 +0000 (15:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Dec 2013 20:25:48 +0000 (15:25 -0500)
commit1d9eb4101365e2c7b8d434fae403aa876ccbef59
treebc2d9cfc7380d9c53e76c182811ec5b5d59e81bf
parent015e804c4889cac8a0423168ec7036fb5f42fea0
- 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]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/test_selects.py