[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-12-16 20:27:54
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1d9eb4101365/ Changeset: 1d9eb4101365 Branch: master User: zzzeek Date: 2013-12-16 21:25:48 Summary: - 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] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/99f1dc7da634/ Changeset: 99f1dc7da634 Branch: rel_0_9 User: zzzeek Date: 2013-12-16 21:26:11 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e294767148c7/ Changeset: e294767148c7 Branch: rel_0_8 User: zzzeek Date: 2013-12-16 21:26:19 Summary: - 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] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |