You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2018/11/28 03:14:00 UTC

[jira] [Created] (IGNITE-10432) regression on sqlline

Pavel Konstantinov created IGNITE-10432:
-------------------------------------------

             Summary: regression on sqlline 
                 Key: IGNITE-10432
                 URL: https://issues.apache.org/jira/browse/IGNITE-10432
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.7
            Reporter: Pavel Konstantinov
            Assignee: Vladimir Ozerov
             Fix For: 2.7


{code}
2787/5325    INSERT INTO City(ID, Name, CountryCode, District, Population) VALUES (2769,'Sokoto','NGA','Sokoto & Kebbi & Zam',204900);
Error: Value for a column 'DISTRICT' is too long. Maximum length: 20, actual length: 21 (state=23000,code=4008)
Aborting command set because "force" is false and command failed: "INSERT INTO City(ID, Name, CountryCode, District, Population) VALUES (2769,'Sokoto','NGA','Sokoto & Kebbi & Zam',204900);"
0: jdbc:ignite:thin://127.0.0.1:10800>
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)