summaryrefslogtreecommitdiff
path: root/tests/xor_lookups
AgeCommit message (Collapse)Author
2023-06-08Fixed #34604 -- Corrected fallback SQL for n-ary logical XOR.Anders Kaseorg
An n-ary logical XOR Q(…) ^ Q(…) ^ … ^ Q(…) should evaluate to true when an odd number of its operands evaluate to true, not when exactly one operand evaluates to true.
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard