Pavel Tupitsyn created IGNITE-4864:
--------------------------------------
Summary: .NET: Support arrays in SQL
Key: IGNITE-4864
URL:
https://issues.apache.org/jira/browse/IGNITE-4864 Project: Ignite
Issue Type: Improvement
Components: platforms
Affects Versions: 1.7
Reporter: Pavel Tupitsyn
Fix For: 2.0
Ignite SQL supports arrays, for example, string array can be configured via {{QueryEntity.ValueTypeName = "L[java.lang.String;";}} and then queried with {{WHERE array_contains(ABC, ?);}}.
* Update {{JavaTypes}} with array mappings
* Add tests to make sure results and arguments are passed properly
* Add support in LINQ (separate ticket?)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)