Files
sqlalchemy/doc
Mike Bayer 1d9eb41013 - 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]
2013-12-16 15:25:48 -05:00
..