Re: [Sqlalchemy-tickets] [sqlalchemy] #2369: many-to-many + single table joined eager fails since w
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-06-08 02:17:31
|
#2369: many-to-many + single table joined eager fails since we don't parenthesize
joins
---------------------------+---------------------------------------
Reporter: zzzeek | Owner: zzzeek
Type: defect | Status: new
Priority: high | Milestone: 0.9.0
Component: orm | Severity: very major - up to 2 days
Resolution: | Keywords:
Progress State: in queue |
---------------------------+---------------------------------------
Comment (by zzzeek):
ha! that's not the problem! it's just the ON clause of that last LEFT
OUTER JOIN joining to the wrong "items" entity and I have the fix for that
here.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2369#comment:8>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|