]> 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:26:19 +0000 (15:26 -0500)
commite294767148c7293170f36d56605853eb76f20714
tree6e5b949c734b16e9ebb35b24138bdf65d8acc465
parent329aefb11eb6318eb336c3e550cbea7da903a50e
- 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