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

Support bitwise complement (non-boolean Expression.Not) #18788

Closed
roji opened this issue Nov 6, 2019 · 0 comments · Fixed by #18789
Closed

Support bitwise complement (non-boolean Expression.Not) #18788

roji opened this issue Nov 6, 2019 · 0 comments · Fixed by #18789
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@roji
Copy link
Member

roji commented Nov 6, 2019

DISCLAIMER: I got sucked into this just as I was about to go home, so technically this is a project done on my free personal time!

Our codebase mistakenly assumes in various places that ExpressionType.Not is boolean. Make sure bitwise complement (non-boolean ExpressionType.Not) is properly translated.

Supported by SqlServer, Sqlite, PostgreSQL, even Cosmos...

@roji roji self-assigned this Nov 6, 2019
roji added a commit that referenced this issue Nov 6, 2019
roji added a commit that referenced this issue Nov 7, 2019
roji added a commit that referenced this issue Nov 7, 2019
@roji roji added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Nov 7, 2019
roji added a commit that referenced this issue Nov 7, 2019
@ajcvickers ajcvickers added this to the 5.0.0 milestone Nov 17, 2019
@ajcvickers ajcvickers modified the milestones: 5.0.0, 5.0.0-preview1 Mar 13, 2020
@ajcvickers ajcvickers modified the milestones: 5.0.0-preview1, 5.0.0 Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants