[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-11-25 23:02:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f992ca1944d5/ Changeset: f992ca1944d5 Branch: rel_0_9 User: zzzeek Date: 2014-11-24 17:34:18+00:00 Summary: - Fixed a bug in the examples/generic_assocaitions/discriminator_on_association.py example, where the subclasses of AddressAssociation were not being mapped as "single table inheritance", leading to problems when trying to use the mappings further. (cherry picked from commit 2098001ad3e0a40aa909a347ec91c12fab04a657) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/212d93366d1c/ Changeset: 212d93366d1c Branch: None User: zzzeek Date: 2014-11-25 23:01:31+00:00 Summary: - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` collection has been made consistent; this attribute is now a :class:`.ColumnCollection` like that of all other constraints and is initialized at the point when the constraint is associated with a :class:`.Table`. fixes #3243 Affected #: 6 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. |