Skip to content

Commit

Permalink
Merge pull request #493 from apex-enterprise-patterns/487-use-explici…
Browse files Browse the repository at this point in the history
…t-relationship-name

Fixes #487 - uses the explicit relationship name rather than the SObject inference (deprecated) method for resolving the relationship name
  • Loading branch information
ImJohnMDaniel authored Oct 30, 2024
2 parents 0e747fa + 8945e15 commit 4613569
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ private with sharing class fflib_SObjectSelectorTest

fflib_QueryFactory qf = newQueryFactory();

oSel.addQueryFactorySubselect(qf);
oSel.addQueryFactorySubselect(qf,'Opportunities');

return qf.toSOQL();
}
Expand Down

0 comments on commit 4613569

Please sign in to comment.