You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/04/06 12:50:41 UTC

[jira] [Updated] (IGNITE-4864) .NET: Support arrays in SQL

     [ https://issues.apache.org/jira/browse/IGNITE-4864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-4864:
-----------------------------------
    Fix Version/s:     (was: 2.0)
                   2.1

> .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
>              Labels: .NET
>             Fix For: 2.1
>
>
> 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)