You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dren (Jira)" <ji...@apache.org> on 2022/08/22 10:19:00 UTC

[jira] [Updated] (IGNITE-17561) SQLException: Hexadecimal string with odd number of characters

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

Dren updated IGNITE-17561:
--------------------------
    Description: 
After in place upgrade from 2.7.6 to 2.13.0  SQL failed with error.
{code:java}
// 
Caused by: org.h2.jdbc.JdbcSQLException: Hexadecimal string with odd number of characters: "2022-08-22 10:30:58.938" [90003-197]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:357)
        ... 57 more {code}
After creation of new table with same columns and same data SQL return result without error.

 

  was:
Simple SQL failed with error  
{code:java}
// 
Caused by: org.h2.jdbc.JdbcSQLException: Hexadecimal string with odd number of characters: "2022-08-22 10:30:58.938" [90003-197]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:357)
        ... 57 more {code}
After creation of new table with same columns and same data SQL return result without error.

 


> SQLException: Hexadecimal string with odd number of characters
> --------------------------------------------------------------
>
>                 Key: IGNITE-17561
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17561
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.13
>         Environment: Ignite 2.13.0
>            Reporter: Dren
>            Priority: Critical
>         Attachments: CREATE_TABLE_STAT_ENRICH_PROCESSOR.sql, Ignite_log.txt, data_sample_in_table.jpg, error_sql1.jpg, ok_sql2.jpg
>
>
> After in place upgrade from 2.7.6 to 2.13.0  SQL failed with error.
> {code:java}
> // 
> Caused by: org.h2.jdbc.JdbcSQLException: Hexadecimal string with odd number of characters: "2022-08-22 10:30:58.938" [90003-197]
>         at org.h2.message.DbException.getJdbcSQLException(DbException.java:357)
>         ... 57 more {code}
> After creation of new table with same columns and same data SQL return result without error.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)