[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-04 14:09:47
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d13734add349/ Changeset: d13734add349 Branch: None User: zzzeek Date: 2017-04-04 13:06:13+00:00 Summary: Ensure we check that SQL expression has an .info attribute Fixed regression released in 1.1.8 due to :ticket:`3950` where the deeper search for information about column types in the case of a "schema type" or a :class:`.TypeDecorator` would produce an attribute error if the mapping also contained a :obj:`.column_property`. Change-Id: I38254834d3d79c9b339289a8163eb4789ec4c931 Fixes: #3956 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1ad5ad165d35/ Changeset: 1ad5ad165d35 Branch: None User: zzzeek Date: 2017-04-04 13:07:14+00:00 Summary: Ensure we check that SQL expression has an .info attribute Fixed regression released in 1.1.8 due to :ticket:`3950` where the deeper search for information about column types in the case of a "schema type" or a :class:`.TypeDecorator` would produce an attribute error if the mapping also contained a :obj:`.column_property`. Change-Id: I38254834d3d79c9b339289a8163eb4789ec4c931 Fixes: #3956 (cherry picked from commit d13734add349ec6763cce8b194806c5afe988000) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e28c3c7ec0d7/ Changeset: e28c3c7ec0d7 Branch: master User: zzzeek Date: 2017-04-04 14:08:49+00:00 Summary: Merge "Ensure we check that SQL expression has an .info attribute" Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/02023ac46ed3/ Changeset: 02023ac46ed3 Branch: rel_1_1 User: zzzeek Date: 2017-04-04 14:09:01+00:00 Summary: Merge "Ensure we check that SQL expression has an .info attribute" into rel_1_1 Affected #: 3 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. |