[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Made a small improvement to the heuristics of rel
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-12 17:49:15
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/35a488ae5f41/ Changeset: 35a488ae5f41 Branch: None User: zzzeek Date: 2015-04-12 17:45:08+00:00 Summary: - Made a small improvement to the heuristics of relationship when determining remote side with semi-self-referential (e.g. two joined inh subclasses referring to each other), non-simple join conditions such that the parententity is taken into account and can reduce the need for using the ``remote()`` annotation; this can restore some cases that might have worked without the annotation prior to 0.9.4 via :ticket:`2948`. fixes #3364 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. |