[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-07-24 18:34:53
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/07c01b77f16a/ Changeset: 07c01b77f16a Branch: None User: zzzeek Date: 2014-07-24 20:04:23 Summary: merge 0.9.8 start Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/11b34453ce8b/ Changeset: 11b34453ce8b Branch: None User: zzzeek Date: 2014-07-24 20:06:57 Summary: - start 0.9.8 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0df977ccad63/ Changeset: 0df977ccad63 Branch: None User: zzzeek Date: 2014-07-24 20:33:50 Summary: - Added a supported :meth:`.FunctionElement.alias` method to functions, e.g. the ``func`` construct. Previously, behavior for this method was undefined. The current behavior mimics that of pre-0.9.4, which is that the function is turned into a single-column FROM clause with the given alias name, where the column itself is anonymously named. fixes #3137 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9a7c411def96/ Changeset: 9a7c411def96 Branch: rel_0_9 User: zzzeek Date: 2014-07-24 20:34:35 Summary: - Added a supported :meth:`.FunctionElement.alias` method to functions, e.g. the ``func`` construct. Previously, behavior for this method was undefined. The current behavior mimics that of pre-0.9.4, which is that the function is turned into a single-column FROM clause with the given alias name, where the column itself is anonymously named. fixes #3137 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. |