You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2019/05/13 13:46:00 UTC

[jira] [Updated] (IGNITE-11845) ODBC driver works in a wrong way with UTF-16 encoding on Linux

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

Igor Sapego updated IGNITE-11845:
---------------------------------
    Description: 
When ones run a SQL statement, like {{SELECT Id FROM MyTable}}, the value is "garbled" returning a value like {{8\00\05\07\09\0d\09\08\0-\0}} for the the Id column. It's similar to the expected value, though, which is {{80579d98-9010-4610-b12e-ed33ed7d3c62}}.

When SQLLine tool is used, the values are not "garbled". This behaviour can be only observed on Linux.


  was:
When ones run a SQL statement, like {{SELECT Id FROM MyTable}}, the value is "garbled" returning a value like 8\00\05\07\09\0d\09\08\0-\0 for the the Id column. It's similar to the expected value, though, which is 80579d98-9010-4610-b12e-ed33ed7d3c62.

When SQLLine tool is used, the values are not "garbled". This behaviour can be only observed on Linux.



> ODBC driver works in a wrong way with UTF-16 encoding on Linux
> --------------------------------------------------------------
>
>                 Key: IGNITE-11845
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11845
>             Project: Ignite
>          Issue Type: Bug
>          Components: odbc
>    Affects Versions: 2.7
>            Reporter: Igor Sapego
>            Priority: Major
>
> When ones run a SQL statement, like {{SELECT Id FROM MyTable}}, the value is "garbled" returning a value like {{8\00\05\07\09\0d\09\08\0-\0}} for the the Id column. It's similar to the expected value, though, which is {{80579d98-9010-4610-b12e-ed33ed7d3c62}}.
> When SQLLine tool is used, the values are not "garbled". This behaviour can be only observed on Linux.



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