Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Implement support for operators and functions in LINQ:
- Logic and arithmetic: ! + - * / = != %
- String functions: ToLower, ToUpper, Trim, Contains, etc (see MethodVisitor)
- Date functions (see MethodVisitor)
- Math (Abs, Exp, Log, Pow, etc - see MethodVisitor)
- Regex
Attachments
Issue Links
- is blocked by
-
IGNITE-18274 Exception on modulus operator in SQL
-
- Resolved
-
-
IGNITE-18282 Illegal use of dynamic parameter exception in SQL functions
-
- Resolved
-
-
IGNITE-18283 Illegal use of dynamic parameter exception on SQL LIKE
-
- Resolved
-
- is part of
-
IGNITE-17343 .NET: Thin 3.0: LINQ provider
-
- Resolved
-
- Testing discovered
-
IGNITE-18274 Exception on modulus operator in SQL
-
- Resolved
-
-
IGNITE-18282 Illegal use of dynamic parameter exception in SQL functions
-
- Resolved
-
-
IGNITE-18283 Illegal use of dynamic parameter exception on SQL LIKE
-
- Resolved
-
- links to