Relational: IS (NOT) NULL requires parenthesis when not in left side of an equality #23990
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
Details PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#1309
Mainly any operator which is assigned to result of SqlUnaryExpression (representing only above operators) requires brackets to specify that IS NULL should be applied first. It works by chance for most basic case of
a IS NULL == true
The text was updated successfully, but these errors were encountered: