[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Declarative does an extra check to detect if the
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-12-27 22:11:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/de786a4208e6/ Changeset: de786a4208e6 Branch: master User: zzzeek Date: 2013-12-27 23:10:55 Summary: - Declarative does an extra check to detect if the same :class:`.Column` is mapped multiple times under different properties (which typically should be a :func:`.synonym` instead) or if two or more :class:`.Column` objects are given the same name, raising a warning if this condition is detected. [ticket:2828] 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. |