Re: [SQLObject] Intermediate table in RelatedJoins
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Simon C. <hod...@gm...> - 2009-08-12 10:35:35
|
On Wed, Aug 12, 2009 at 12:25 PM, Miguel Tavares<mig...@gm...> wrote: > I think I didn't explain myself well. The example I provided has two > relationships. A->B, B->A, both different - so they can't (or > shouldn't) use the same table. You're looking for the intermediateTable option to RelatedJoin. See [1]. [1] http://www.sqlobject.org/SQLObject.html#relatedjoin-and-sqlrelatedjoin-many-to-many Schiavo Simon |