Skip to content

Commit

Permalink
fix mssql XOR
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-rudolph committed Jan 11, 2025
1 parent 3c27e4c commit 66db4a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pydiverse/transform/_internal/backend/mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def convert_bool_bit(expr: ColExpr | Order, wants_bool_as_bit: bool) -> ColExpr

elif isinstance(expr, ColFn):
wants_args_bool_as_bit = expr.op not in (
ops.bool_xor,
ops.bool_and,
ops.bool_or,
ops.bool_invert,
Expand Down

0 comments on commit 66db4a0

Please sign in to comment.