[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-01-02 01:17:44
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/da1aa2590851/ Changeset: da1aa2590851 Branch: None User: zzzeek Date: 2015-01-01 18:14:05+00:00 Summary: - remove the "edges" from the message here. It's illegible Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8f5e4acbf693/ Changeset: 8f5e4acbf693 Branch: None User: zzzeek Date: 2015-01-01 18:39:42+00:00 Summary: - Added a new accessor :attr:`.Table.foreign_key_constraints` to complement the :attr:`.Table.foreign_keys` collection, as well as :attr:`.ForeignKeyConstraint.referred_table`. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/21f47124ab43/ Changeset: 21f47124ab43 Branch: None User: zzzeek Date: 2015-01-02 01:17:06+00:00 Summary: - restate sort_tables in terms of a more fine grained sort_tables_and_constraints function. - The DDL generation system of :meth:`.MetaData.create_all` and :meth:`.Metadata.drop_all` has been enhanced to in most cases automatically handle the case of mutually dependent foreign key constraints; the need for the :paramref:`.ForeignKeyConstraint.use_alter` flag is greatly reduced. The system also works for constraints which aren't given a name up front; only in the case of DROP is a name required for at least one of the constraints involved in the cycle. fixes #3282 Affected #: 17 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. |