I have a couple database tables that have a many-to-many relationship. I've included the foreign key with multiple="true" in my ds.xml and the fetch works just fine. However, when I add another field with includeFrom from the related data source, I get duplicate rows. I'm using the hibernate data source and I've looked at the query and it's doing a left outer join to get the related records.
I've looked at the documentation: https://www.smartclient.com/smartgwt...ml#includeFrom
Is there a way to specify that this included data should be from another DSRequest instead of a join?
I've looked at the documentation: https://www.smartclient.com/smartgwt...ml#includeFrom
Is there a way to specify that this included data should be from another DSRequest instead of a join?
Comment