[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-01-13 22:56:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/62ec68223988/ Changeset: 62ec68223988 Branch: None User: zzzeek Date: 2014-01-13 22:35:50 Summary: - a little bit of profile bump, just on insert not too concerned Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bd74f81bb5b1/ Changeset: bd74f81bb5b1 Branch: None User: zzzeek Date: 2014-01-13 23:53:37 Summary: - Fixed a bug involving the new flattened JOIN structures which are used with :func:`.joinedload()` (thereby causing a regression in joined eager loading) as well as :func:`.aliased` in conjunction with the ``flat=True`` flag and joined-table inheritance; basically multiple joins across a "parent JOIN sub" entity using different paths to get to a target class wouldn't form the correct ON conditions. An adjustment / simplification made in the mechanics of figuring out the "left side" of the join in the case of an aliased, joined-inh class repairs the issue. [ticket:2908] 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. |