[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-23 16:09:23
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1c692f019b16/ Changeset: 1c692f019b16 Branch: None User: zzzeek Date: 2017-05-23 15:13:18+00:00 Summary: Add clause adaptation for AliasedClass to with_parent() Fixed bug where :meth:`.Query.with_parent` would not work if the :class:`.Query` were against an :func:`.aliased` construct rather than a regular mapped class. Also adds a new parameter :paramref:`.util.with_parent.from_entity` to the standalone :func:`.util.with_parent` function as well as :meth:`.Query.with_parent`. Change-Id: Ic684dd63cc90b582c7580c9bba3c92fa3f286da7 Fixes: #3607 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1d0067a873a8/ Changeset: 1d0067a873a8 Branch: master User: zzzeek Date: 2017-05-23 16:08:51+00:00 Summary: Merge "Add clause adaptation for AliasedClass to with_parent()" Affected #: 5 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. |