Skip to content

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

Merged
merged 11 commits into from
Jun 19, 2020

Conversation

maca88
Copy link
Contributor

@maca88 maca88 commented Jun 3, 2020

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.

Copy link
Member

@fredericDelaporte fredericDelaporte left a 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.

@maca88
Copy link
Contributor Author

maca88 commented Jun 8, 2020

I do not think this PR should directly close #725

I agree, description updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants