-
Notifications
You must be signed in to change notification settings - Fork 933
Add an option to register a custom pre-transformer for a Linq query #2411
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
Add an option to register a custom pre-transformer for a Linq query #2411
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a fix for #725, but a new feature allowing users to fix #725 by themselves. The description of this PR should be updated accordingly.
I do not think this PR should directly close #725. We should close it as a kind of "won't fix", with instructions on how to change the behavior, likely just copying your test case example.
I agree, description updated. |
This PR adds an option to rewrite the linq expression before the extraction of query parameters, which allows the user to achieve the behavior requested in #725 (test provided) by modifying the parameter values.