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

2017-05-22 Thread Pavel Tupitsyn (JIRA)

 [ 
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.1)
   2.2

> .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.2
>
>
> 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)


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

2017-04-06 Thread Pavel Tupitsyn (JIRA)

 [ 
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)