-------- Forwarded Message -------- From: Luke Opperman <[EMAIL PROTECTED]> To: Michael Gauckler <[EMAIL PROTECTED]> Subject: Re: [SQLObject] Reuducing the number of SQL Queries for MultipleJoins Date: Mon, 26 Jun 2006 19:14:02 -0500
I haven't looked closely at it, and it seems your debug sql statements don't quite match the code you've posted, but i believe if you switch the counterpartys join to be a SQLMultipleJoin it will match what you want. That will use a SelectResults for the join instead of the old join logic. Luke 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 [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
