[
https://issues.apache.org/jira/browse/IGNITE-9230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov updated IGNITE-9230:
------------------------------------
Fix Version/s: (was: 2.7)
> Cannot use array fields in DML oprtations in sqlline
> ----------------------------------------------------
>
> Key: IGNITE-9230
> URL: https://issues.apache.org/jira/browse/IGNITE-9230
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.6
> Reporter: Sergey Kozlov
> Priority: Major
>
> {noformat}
> sqlline version 1.3.0
> 0: jdbc:ignite:thin://127.0.0.1/> create table t1(a int null, b ARRAY,
> primary key(a));
> No rows affected (0,113 seconds)
> 0: jdbc:ignite:thin://127.0.0.1/> insert into t1 (a,b) values (1, (1,2,3));
> Error: Value conversion failed [from=[Ljava.lang.Object;, to=java.sql.Array]
> (state=0700B,code=0)
> 0: jdbc:ignite:thin://127.0.0.1/>
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)