Re: [SQLObject] Can SQLObject do this?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2008-08-19 18:25:23
|
On Tue, Aug 19, 2008 at 11:17:00AM -0700, Golemon, Buck wrote: > Thanks very much for your consideration. There were actually four joins > that were done automatically. SQLObject can do joins only when the user declares what (s)he wants using ForeignKey/MultipleJoin/RelatedJoin, but it cannot combine these automatic joins with GROUP BY. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |