[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-05-31 00:27:26
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/04317bd5a887/ Changeset: 04317bd5a887 Branch: None User: zzzeek Date: 2013-05-31 02:09:44 Summary: The "auto-aliasing" behavior of the :class:`.Query.select_from` method has been turned off. The specific behavior is now availble via a new method :class:`.Query.select_entity_from`. [ticket:2736] Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/489312998f2f/ Changeset: 489312998f2f Branch: rel_0_8 User: zzzeek Date: 2013-05-31 02:24:48 Summary: Added a new method :meth:`.Query.select_entity_from` which will in 0.9 replace part of the functionality of :meth:`.Query.select_from`. In 0.8, the two methods perform the same function, so that code can be migrated to use the :meth:`.Query.select_entity_from` method as appropriate. See the 0.9 migration guide for details. [ticket:2736] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1cc6494802b1/ Changeset: 1cc6494802b1 Branch: master User: zzzeek Date: 2013-05-31 02:26:45 Summary: add a test for the exception we want to raise here Affected #: 1 file 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. |