Skip to content

Add xor bit shift support #172

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 1 commit into from
Sep 12, 2022
Merged

Add xor bit shift support #172

merged 1 commit into from
Sep 12, 2022

Conversation

mShan0
Copy link
Contributor

@mShan0 mShan0 commented Sep 9, 2022

Django default operator for XOR is #. This PR converts it to SQL Server's ^ operator.

Resolves the following Django tests:

    'expressions.tests.ExpressionOperatorTests.test_lefthand_bitwise_xor',
    'expressions.tests.ExpressionOperatorTests.test_lefthand_bitwise_xor_null',

@ghost
Copy link

ghost commented Sep 9, 2022

CLA assistant check
All CLA requirements met.

@absci absci merged commit 924e8ee into dev Sep 12, 2022
@mShan0 mShan0 deleted the fix-xor-bit-shift branch September 12, 2022 17:27
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.

2 participants