Files
sqlalchemy/test/sql
Mike Bayer 88ca587eae 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
2016-11-12 12:34:01 -05:00
..
2014-07-18 17:40:58 -04:00
2016-10-08 20:42:50 +03:00
2015-09-27 12:13:06 -04:00
2016-10-08 20:42:50 +03:00
2014-07-18 17:40:58 -04:00
2016-10-08 20:42:50 +03:00