[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2013-06-10 17:52:36
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b614a24c5ddf/ Changeset: b614a24c5ddf Branch: None User: zzzeek Date: 2013-06-10 19:45:19 Summary: Fixed the interaction between composite attributes and the :func:`.aliased` function. Previously, composite attributes wouldn't work correctly in comparison operations when aliasing was applied. Also in 0.8.2. [ticket:2755] Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/58c8c4ce77d1/ Changeset: 58c8c4ce77d1 Branch: master User: zzzeek Date: 2013-06-10 19:50:06 Summary: Fixed bug where sending a composite attribute into :meth:`.Query.order_by` would produce a parenthesized expression not accepted by some databases. [ticket:2754] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6d0b2f34d2b8/ Changeset: 6d0b2f34d2b8 Branch: None User: zzzeek Date: 2013-06-10 19:50:56 Summary: Fixed the interaction between composite attributes and the :func:`.aliased` function. Previously, composite attributes wouldn't work correctly in comparison operations when aliasing was applied. Also in 0.8.2. [ticket:2755] Conflicts: doc/build/changelog/changelog_09.rst Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9dba65b381a5/ Changeset: 9dba65b381a5 Branch: rel_0_8 User: zzzeek Date: 2013-06-10 19:51:18 Summary: Fixed bug where sending a composite attribute into :meth:`.Query.order_by` would produce a parenthesized expression not accepted by some databases. [ticket:2754] Conflicts: doc/build/changelog/changelog_09.rst 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. |