[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-06-26 06:02:15
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3f7b3185469d/ Changeset: 3f7b3185469d Branch: None User: zzzeek Date: 2013-06-26 06:56:09 Summary: - lots of docs - however i might remove the "froms" argument... Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1b6b2fb8d2ea/ Changeset: 1b6b2fb8d2ea Branch: ticket_2746 User: zzzeek Date: 2013-06-26 07:59:50 Summary: - based on the insight that a SELECT can correlate anything that ultimately came from an enclosing SELECT that links to this one via WHERE/columns/HAVING/ORDER BY, have the compiler keep track of the FROM lists that correspond in this way, link it to the asfrom flag, so that we send to _get_display_froms() the exact list of candidate FROMs to correlate. no longer need any asfrom logic in the Select() itself and the whole "froms" argument goes away, the test cases in 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. |