[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Changed the approach by which the "single inherit
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-08-29 16:06:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fbcb056d90f4/ Changeset: fbcb056d90f4 Branch: master User: zzzeek Date: 2014-08-29 18:05:00 Summary: - Changed the approach by which the "single inheritance criterion" is applied, when using :meth:`.Query.from_self`, or its common user :meth:`.Query.count`. The criteria to limit rows to those with a certain type is now indicated on the inside subquery, not the outside one, so that even if the "type" column is not available in the columns clause, we can filter on it on the "inner" query. fixes #3177 Affected #: 4 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. |