23 Apr 01:21
Re: LEFTJOINOn question
From: Oleg Broytmann <phd <at> phd.pp.ru>
Subject: Re: LEFTJOINOn question
Newsgroups: gmane.comp.python.sqlobject
Date: 2008-04-22 23:21:26 GMT
Subject: Re: LEFTJOINOn question
Newsgroups: gmane.comp.python.sqlobject
Date: 2008-04-22 23:21:26 GMT
On Tue, Apr 22, 2008 at 04:16:53PM -0700, Fred C wrote: > How > can I have sqlobject returning the fields from both tables. SQLObject.select() cannot do that because it doesn't know the description of the fields. Article.select(...) - SQLObject knows only Article's fields. sqlbuilder.Select() returns whatever you want. Oleg. -- -- Oleg Broytmann http://phd.pp.ru/ phd <at> phd.pp.ru Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

RSS Feed