On Fri, Aug 03, 2007 at 04:24:14PM +0200, Johan Carlsson wrote:
> 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.

   Luke Oppermann did a unification in the trunk and merged SelectResults,
Select() and dbconnection.queryForSelect(). Now Select() is the
lowest-level API that implements all features - joins, slices, distinct,
- and SelectResults uses Select().
   Does it solve you problems (in a different way)?

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

-------------------------------------------------------------------------
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