[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-10 18:59:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/86c43d2e0f0c/ Changeset: 86c43d2e0f0c Branch: None User: zzzeek Date: 2017-04-10 18:36:16+00:00 Summary: Compare entities also on chop_path When comparing query._current_path to options, the path chop was not taking into account that the query or the options are against aliased classes that don't match the mapper. The issue does not seem to take place for the Load() version of _chop_path. Fixed bug to improve upon the specificity of loader options that take effect subsequent to the lazy load of a related entity, so that the loader options will match to an aliased or non-aliased entity more specifically if those options include entity information. Fixes: #3963 Change-Id: Ifdff37d579042fcc62bdeabce9e2413e9a03fbba Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5b81dbcfa388/ Changeset: 5b81dbcfa388 Branch: master User: zzzeek Date: 2017-04-10 18:59:14+00:00 Summary: Merge "Compare entities also on chop_path" 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. |