Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
Instead of translating something to:
{ $nor : [ { $nor : [ { <predicate> } ] } ] }
|
cancel the negations out and translate to this instead:
{ <predicate> }
|
Attachments
Issue Links
- is depended on by
-
CSHARP-3404 LINQ3: Get LegacyPredicateTranslatorTests to pass
-
- Closed
-