You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2018/08/08 08:42:00 UTC

[jira] [Created] (IGNITE-9230) Cannot use array fields in DML oprtations in sqlline

Sergey Kozlov created IGNITE-9230:
-------------------------------------

             Summary: 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
             Fix For: 2.7


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