apex-enterprise-patterns / fflib-apex-common

Common Apex Library supporting Apex Enterprise Patterns and much more!
BSD 3-Clause "New" or "Revised" License
913 stars 517 forks source link

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

Closed daveespo closed 5 days ago

daveespo commented 2 months ago

This change is Reviewable

stohn777 commented 2 months ago

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