Files
sqlalchemy/test/sql
Mike Bayer f38f890849 Deprecate FromClause.count()
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-14 11:48:04 -04:00
..
2016-06-14 11:48:04 -04:00
2014-07-18 17:40:58 -04:00
2015-09-27 12:13:06 -04:00
2016-06-14 11:48:04 -04:00
2014-07-18 17:40:58 -04:00
2015-12-14 20:22:04 -05:00
2016-06-14 11:48:04 -04:00