[Sqlalchemy-tickets] [sqlalchemy] #2790: eagerload fails on SQLite on a N:N relationship
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-07-27 17:56:23
|
#2790: eagerload fails on SQLite on a N:N relationship
--------------------+-----------------------------------------
Reporter: rgg | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone: 0.9.0
Component: orm | Severity: no triage selected yet
Keywords: | Progress State: awaiting triage
--------------------+-----------------------------------------
In SQLite, when we use a secondary table to establish a relationship
between two objects, the eagerload of this relationship fails.
I've tested it in PostgreSQL and the same code is OK.
Attached to the ticket is a small example of the failure. I've tested it
with the latest GitHub trunk release.
Kind regards,
Raul Garcia
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2790>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|