On Mon, Feb 12, 2007 at 05:58:13PM +0000, Luke Opperman wrote:
> x.filter(Phone.q.id==PhoneCall.q.phoneID).orderBy(PhoneCall.q.callDate)
> 
> Not caring whether x is a Select or SelectResults

   That would be hard to implement, I am afraid. Select() is (must be) much
more generic, supporting groupBy and many other features of SQL SELECT...

> I'm thinking that sqlbuilder.Table (or at least AliasTable) should also
> eventually get in on this fun, probably growing a .select method that returns 
> a
> Select that can then be filter'ed etc.

   Why? sqlbuilder.Table is (was) an internal object used in q-magic, why
bring it to the front?

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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to