[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-09-02 18:27:51
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ec840a6eea05/ Changeset: ec840a6eea05 Branch: None User: zzzeek Date: 2014-09-02 20:18:09 Summary: - An adjustment to table/index reflection such that if an index reports a column that isn't found to be present in the table, a warning is emitted and the column is skipped. This can occur for some special system column situations as has been observed with Oracle. fixes #3180 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/da9e8be876fe/ Changeset: da9e8be876fe Branch: None User: zzzeek Date: 2014-09-02 20:24:33 Summary: - backport the expects_warning() context manager from 1.0 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/34c0aaeedaf9/ Changeset: 34c0aaeedaf9 Branch: rel_0_9 User: zzzeek Date: 2014-09-02 20:24:49 Summary: - An adjustment to table/index reflection such that if an index reports a column that isn't found to be present in the table, a warning is emitted and the column is skipped. This can occur for some special system column situations as has been observed with Oracle. fixes #3180 Affected #: 5 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. |