[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-06-14 17:29:29
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e7ea2a4e198f/ Changeset: e7ea2a4e198f Branch: rel_1_0 User: zzzeek Date: 2016-06-13 19:37:46+00:00 Summary: 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 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f38f89084970/ Changeset: f38f89084970 Branch: master User: zzzeek Date: 2016-06-14 15:48:04+00:00 Summary: 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 Affected #: 21 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. |