Query: The binary operator Equal is not defined for the types 'System.Nullable`1[System.Boolean]' and 'System.Boolean'. #8065
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
This error will be produced by the weird OData filter query and can be reproduced using following query:
My entity looks like:
The OData controller:
The OData query request looks like:
I'm using EFCore 1.1.1.
The text was updated successfully, but these errors were encountered: