Re: [SQLObject] Intermediate table in RelatedJoins
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2009-08-12 09:34:12
|
On Wed, Aug 12, 2009 at 10:14:38AM +0100, Miguel Tavares wrote: > But creating the two table might be exactly was is intended > Hum... shouldn't it create a target_capability too? No. SQLObject can use only one intermediate table. Wanna extend this? Patches (with tests) should be put to the SF tracker. But I wonder - what could be the use for a second intermediate table? Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |