[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-29 23:04:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/05f28ba2fb6b/ Changeset: 05f28ba2fb6b Branch: None User: iuridiniz Date: 2016-07-29 22:44:34+00:00 Summary: Allow None to cancel Query.group_by() This replicates the same behavior as order_by(). order_by() will also be updated to deprecate passing of False as this is no longer functionally different than passing None. Change-Id: I2fc05d0317d28b6c83373769a48f7eea32d56290 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/297 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5df226c2ab54/ Changeset: 5df226c2ab54 Branch: master User: zzzeek Date: 2016-07-29 23:03:38+00:00 Summary: Merge "Allow None to cancel Query.group_by()" Affected #: 3 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. |