-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Translate:
s[i] == 'c'
to:
{ $eq : [{ $subStrCP : [<s>, <i>, 1] }, "c"] }
Similarly for other comparison operators (not equal etc...).
The comparand must be a char constant (it will be converted to a one-character string during translation because the server doesn't have the char data type).
- is depended on by
-
CSHARP-3404 LINQ3: Get LegacyPredicateTranslatorTests to pass
-
- Closed
-