Hello, I'm having trouble using the Apache Ignite 2.7.0 Linux built ODBC driver. I'm running a .Net Core 2.2 console application in a Linux environment in Docker.
The problem is that when I run a SELECT statement through .Net's System.Data.Odbc, I get back "bad data". It looks like a mismatch in encoding. The data looks like "8\00\05\07\09\0d\09\08\0-\0" where as it should be " 80579d98-9010-4610-b12e-ed33ed7d3c62". Details about my investigation can be found here: https://stackoverflow.com/questions/55875927/apache-ignite-2-7-odbc-linux-bad-data-returned Any idea what the problem might be? Thank you, Charlie
