Oleg Broytmann wrote:
> On Wed, Aug 01, 2007 at 08:37:19AM +0200, Johan Carlsson wrote:
>   
>> I though I post my current work here for comments
>>     
>
>    But what it's all about? A lot of classes without a line of
> explanation...
>   
Typically me I'm afraid :-D

It's for taking a select object created with sqlbuilder.Select and 
return a SelectResults derived class of it,
that can be iterated over ir or over slices, or call methods like 
count() and etc.
It's supposed to be lazy, I hope it is.

I need it because I want to make join queries and custom Select queries, 
but I still want to have the same
SelectResults  as I would have if I made a .select on the SQLObject class.

Regards,
Johan




-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to