-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 more bitwise operators #18795
Comments
@roji This has had closed-fixed for a while without being closed. |
PR never got merged or updated. |
As of 7e313ab XOR is supported. I can try and rebase main...roji:efcore:MoreBitwise to also tackle left and right shift if it makes sense, but I would need some guidance around the mismatches between C# and SQL:
Note that while I have short-term plans to use the XOR (to improve some NOT translations in SqlServer), I have no immediate plan to proceed on this issue 😇 |
@ranma42 yeah, we've seen zero user interest in this, so I'd just leave it alone until we do :) |
Following #18788, we can add support for xor, shift-left, shift-right etc. which seem to be pretty universally supported across databases.
The text was updated successfully, but these errors were encountered: