Re: [Sqlalchemy-tickets] [sqlalchemy] #2762: Relationship lazy configuration doesn't work with poly
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-06-20 19:24:26
|
#2762: Relationship lazy configuration doesn't work with polymorphism
-----------------------------------+------------------------------------
Reporter: schlamar | Owner: zzzeek
Type: defect | Status: closed
Priority: medium | Milestone:
Component: orm | Severity: no triage selected yet
Resolution: worksforme | Keywords:
Progress State: completed/closed |
-----------------------------------+------------------------------------
Comment (by schlamar):
If you load the polymorphic collection already as relationship via
`query.options(joinedload('model'))`, I guess only the last option works?
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2762#comment:2>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|