[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Count columns using PrimaryKeyConstraint.__len__ di
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-11-14 21:15:17
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/88ca587eae19/ Changeset: 88ca587eae19 Branch: master User: zzzeek Date: 2016-11-12 17:34:01+00:00 Summary: Count columns using PrimaryKeyConstraint.__len__ directly PrimaryKeyConstraint is present on Table however on table() and others it's a ColumnSet. The warning here only needs len() and PrimaryKeyConstraint supports that directly in the same way as ColumnSet. Change-Id: I19c11a39110bfef48cdea49a471e7ab80b537538 Fixes: #3842 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. |