On Wed, 2 May 2007 at 17:11, Oleg Broytmann wrote:
>   You have already got a piece of advice to loop over user.moneystreams.
> This is SQLObject way to do.
>   If you want to do a join in SQL you have to declare and recreate
> intermediate table:
>
> http://sqlobject.org/FAQ.html#how-can-i-define-my-own-intermediate-table-in-my-many-to-many-relationship
>
>   and do a 3-tables join.

Thanks.  I'll stick with the simple (pythonic) way of doing it unless
it actually turns out to be a performance problem, which I
highly doubt it will.

--David

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to