I was looking for a way to retrieve a record with all of the foreign key columns. I saw the doSelectJoinAllxxx, but all they do is add the select columns. They don't add "and" clauses like the doSelectJoinxxx functions, so they are doing correlated queries.
Do I need to create my own function. No big deal it would be just like the doSelectJoinAllxxx, but with "and" clauses. Or was torque supposed to create a method to do that? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
