[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - repair a regression caused by #3282, where we no
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-22 18:16:13
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/39978060b0d8/ Changeset: 39978060b0d8 Branch: None User: zzzeek Date: 2015-04-22 18:14:11+00:00 Summary: - repair a regression caused by #3282, where we no longer were applying any topological sort to tables on SQLite. See the changelog for details, but we now continue to sort tables for SQLite on DROP, prohibit the sort from considering alter, and only warn if we encounter an unresolvable cycle, in which case, then we forego the ordering. use_alter as always is used to break such a cycle. fixes #3378 Affected #: 7 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. |