On Oct 1, 1:10 am, whostheJBoss <[email protected]> wrote: > I am having a problem with setDistinctMode() in Transfer and am trying > to figure out the correct way to using distinct with joins. > ...
Another thing to keep an eye out for is that distinct mode (incorrectly) adds distinct to every subquery. This can really throw off a complex query in weird ways, and also causes a very nasty performance hit on the database. TQL really needs a distinct keyword instead. I suppose I should add it. --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
