Add queryWithBinds to Selector layer #481
Replies: 2 comments
-
It might be a way to make real unit-test (with mocking) for selector classes. Now we can't really make those tests without going to the database. |
Beta Was this translation helpful? Give feedback.
-
@MayTheSForceBeWithYou -- Hi Nathan -- hope all is well 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?
|
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions