[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Disable single-inheritance critera on the outside o
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-11-18 17:24:34
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7de0d1785335/ Changeset: 7de0d1785335 Branch: master User: zzzeek Date: 2016-11-18 16:53:33+00:00 Summary: Disable single-inheritance critera on the outside of UNION Fixed bug related to :ticket:`3177`, where a UNION or other set operation emitted by a :class:`.Query` would apply "single-inheritance" criteria to the outside of the union (also referencing the wrong selectable), even though this criteria is now expected to be already present on the inside subqueries. The single-inheritance criteria is now omitted once union() or another set operation is called against :class:`.Query` in the same way as :meth:`.Query.from_self`. Change-Id: I0fd1331c7ba85a758a1c15e06c271914f2c717f3 Fixes: #3856 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. |