Re: [SQLObject] Selecting a single column
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2010-07-13 06:29:07
|
On Mon, Jul 12, 2010 at 11:12:54PM +0000, Mark wrote: > some of > my tables aren't really objects as much as linking tables. > In this case we have a User who has friends so I added a > Friends class (userid,friendid) It seems you want ForeignKey/MultipleJoin/RelatedJoin. Oleg. -- Oleg Broytman http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |