[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2014-01-29 22:34:26
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/66fe0880bae3/ Changeset: 66fe0880bae3 Branch: rel_0_8 User: zzzeek Date: 2014-01-29 23:09:50 Summary: - add a test for [ticket:2927], which is an 0.9 issue but only because 0.8 isn't annotating correctly Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8afb69ced876/ Changeset: 8afb69ced876 Branch: None User: zzzeek Date: 2014-01-29 23:33:28 Summary: - Fixed regression whereby the "annotation" system used by the ORM was leaking into the names used by standard functions in :mod:`sqlalchemy.sql.functions`, such as ``func.coalesce()`` and ``func.max()``. Using these functions in ORM attributes and thus producing annotated versions of them could corrupt the actual function name rendered in the SQL. [ticket:2927] 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. |