Files
sqlalchemy/test
Mike Bayer e7ea2a4e19 Deprecate FromClause.count() (pending for 1.1)
count() here is misleading in that it not only
counts from an arbitrary column in the table, it also
does not make accommodations for DISTINCT, JOIN, etc.
as the ORM-level function does.  Core should not be
attempting to provide a function like this.

Change-Id: I9916fc51ef744389a92c54660ab08e9695b8afc2
Fixes: #3724
2016-06-13 15:37:46 -04:00
..
2016-01-23 17:31:13 -05:00