Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #487 - uses the explicit relationship name rather than the SObject inference (deprecated) method for resolving the relationship name #493

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daveespo
Copy link
Contributor

@daveespo daveespo commented Aug 8, 2024

This change is Reviewable

…ect inference (deprecated) method for resolving the relationship name
Copy link
Contributor Author

@daveespo daveespo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @ImJohnMDaniel and @stohn777)


sfdx-source/apex-common/test/classes/fflib_SObjectSelectorTest.cls line 622 at r1 (raw file):

			fflib_QueryFactory qf = newQueryFactory();

			oSel.addQueryFactorySubselect(qf,'Opportunities');

I grepped and this is the only test method that is using the deprecated method for adding the subselect -- my bad from a year or two ago

@stohn777
Copy link
Contributor

stohn777 commented Aug 8, 2024

I bumped into this when I was refactoring the Query builder into String and Schema-based versions -- "feature/QueryFactoryRefactor" branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fflib_SObjectSelectorTest failure with Lookup relationship and Person Type Accounts
3 participants