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

Enabling SOQL functions ( closes #163 ) #258

Open foxysolutions opened 4 years ago

foxysolutions commented 4 years ago

Enrichment to the fflib Query Factory to allow soql methods (like COUNT(), toLabel, and such) to be specified. Note, they can be added via selectFields( String(s) ) methods, as is illustrated in the provided test methods.


This change is Reviewable