[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug in :class:`.AbstractConcreteBase` exten
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-07-13 19:39:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b68c9ac93eea/ Changeset: b68c9ac93eea Branch: None User: zzzeek Date: 2015-07-13 19:39:04+00:00 Summary: - Fixed bug in :class:`.AbstractConcreteBase` extension where a column setup on the ABC base which had a different attribute name vs. column name would not be correctly mapped on the final base class. The failure on 0.9 would be silent whereas on 1.0 it raised an ArgumentError, so may not have been noticed prior to 1.0. fixes #3480 Affected #: 4 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. |