[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-03 16:38:10
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7bb4923391f9/ Changeset: 7bb4923391f9 Branch: None User: zzzeek Date: 2017-04-03 16:14:33+00:00 Summary: Use consistent method signature for Alias.self_group() Fixed bug where the use of an :class:`.Alias` object in a column context would raise an argument error when it tried to group itself into a parenthesized expression. Using :class:`.Alias` in this way is not yet a fully supported API, however it applies to some end-user recipes and may have a more prominent role in support of some future Postgresql features. Change-Id: I81717e30416e0350f08d1e022c3d84656e0a9735 Fixes: #3939 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6dfc5b36b869/ Changeset: 6dfc5b36b869 Branch: master User: zzzeek Date: 2017-04-03 16:37:35+00:00 Summary: Merge "Use consistent method signature for Alias.self_group()" 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. |