You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Winter '24 release, Salesforce introduced the ability to make SOQL queries with bound parameters: Dynamically Pass Bind Variables to a SOQL Query. Add this functionality to the fflib Selector layer.
Describe the solution you'd like
// TODO: A clear and concise description of what you want to happen.
Describe alternatives you've considered
// TODO: A clear and concise description of any alternative solutions or features you've considered.
Additional context
// TODO: Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Can you elaborate a bit more with a couple of example use cases? i.e. pseudocode for how you'd like a feature like this to work?
fflib_SObjectSelector does not actually "run the query" (disregarding the two special case selectSObjectsById and queryLocatorById default 'finder' methods) -- it's up to the author of the Selector class to do Database.query .. and that same author could use Database.queryWithBinds today without any further enhancements to fflib_SObjectSelector
In Winter '24 release, Salesforce introduced the ability to make SOQL queries with bound parameters:
Dynamically Pass Bind Variables to a SOQL Query. Add this functionality to the fflib Selector layer.
Describe the solution you'd like
// TODO: A clear and concise description of what you want to happen.
Describe alternatives you've considered
// TODO: A clear and concise description of any alternative solutions or features you've considered.
Additional context
// TODO: Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: