[Sqlalchemy-commits] commit/sqlalchemy: 5 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-01-15 01:25:57
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/58d3a4147361/ Changeset: 58d3a4147361 Branch: None User: Kyle Stark Date: 2014-01-13 17:52:31 Summary: Fix TypeError for class_mapper called w/ iterable When the class_ passed is not a mapped class but is actually an iterable, the string formatting operation fails with a TypeError, and the expected ArgumentError is not raised. Calling code which is using reflection and expects this error will fail (e.g. the sadisplay module). Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d87923c1d19f/ Changeset: d87923c1d19f Branch: None User: zzzeek Date: 2014-01-15 02:20:03 Summary: Merge pull request #58 from kstark/patch-1 Fix TypeError for class_mapper called w/ iterable Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/789ab9174354/ Changeset: 789ab9174354 Branch: None User: zzzeek Date: 2014-01-15 02:22:11 Summary: - changelog + test for pullreq github 58 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/26b899e9ac15/ Changeset: 26b899e9ac15 Branch: None User: Kyle Stark Date: 2014-01-15 02:24:04 Summary: Fix TypeError for class_mapper called w/ iterable When the class_ passed is not a mapped class but is actually an iterable, the string formatting operation fails with a TypeError, and the expected ArgumentError is not raised. Calling code which is using reflection and expects this error will fail (e.g. the sadisplay module). Conflicts: lib/sqlalchemy/orm/base.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/aace3b0e9694/ Changeset: aace3b0e9694 Branch: rel_0_8 User: zzzeek Date: 2014-01-15 02:24:28 Summary: - changelog + test for pullreq github 58 Affected #: 2 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. |