Skip to content
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

Fix to #18147 - Where bool column needs to convert to equality when value converter is applied #21144

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Jun 5, 2020

Added a postprocessor step that identifies bool columns with value converters inside a predicate and modifies them accordingly.

Fixes #18147

@maumar maumar force-pushed the fix18147 branch 2 times, most recently from 2a6b952 to 39a1de7 Compare June 5, 2020 23:00
…alue converter is applied

Added a postprocessor step that identifies bool columns with value converters inside a predicate and modifies them accordingly.

Fixes #18147
@maumar maumar merged commit 5b7f684 into master Jun 17, 2020
@maumar maumar deleted the fix18147 branch June 17, 2020 02:31
@smitpatel
Copy link
Member

@maumar - This PR failed on Cosmos build.

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

Successfully merging this pull request may close these issues.

Where bool column needs to convert to equality when value converter is applied
3 participants