On Mon, Dec 17, 2007 at 02:50:33PM -0300, Guillermo Heizenreder wrote:
> In [195]: for person in results:
>    .....:     print person
>    .....:     
>    .....:     
> ('Juan',)
> 
> In [196]:
> 
> 1. Which may be the mistake?

   Why do you think you have a mistake? Did you expect "person" to be
a string instead of tuple?

> 2. It may be implemented in sqlobject GROUP BY + ORDER BY

    Select([Person.q.nombre], groupBy="nombre", orderBy="nombre")

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to