Igor Sapego created IGNITE-11845:
------------------------------------
Summary: 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
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)