Igor Sapego created IGNITE-2851: ----------------------------------- Summary: ODBC: Metadata type retrieval algorithm is wrong. Key: IGNITE-2851 URL: https://issues.apache.org/jira/browse/IGNITE-2851 Project: Ignite Issue Type: Sub-task Components: odbc Affects Versions: 1.5.0.final Reporter: Igor Sapego Assignee: Igor Sapego Fix For: 1.6
OdbcColumnMeta.writeBinary() method retrieves binary type for the class in a wrong way. Use BinaryUtils.typeByClass() instead of BinaryClassDescriptor. -- This message was sent by Atlassian JIRA (v6.3.4#6332)