Ilya Kasnacheev created IGNITE-9650:
---------------------------------------
Summary: java.math.BigDecimal / .Net decimal columns shown as OTHER in JDBC Thin metadata
Key: IGNITE-9650
URL:
https://issues.apache.org/jira/browse/IGNITE-9650 Project: Ignite
Issue Type: Bug
Components: jdbc
Affects Versions: 2.6
Reporter: Ilya Kasnacheev
Attachments: Screenshot_20180919_200457.png
Subj.
According to our docs it should be DECIMAL:
https://apacheignite-sql.readme.io/docs/data-types#section-decimalDECIMAL
Possible values: Data type with fixed precision and scale.
Mapped to:
Java/JDBC: java.math.BigDecimal
.NET/C#: decimal
C/C++: ignite::Decimal
ODBC: SQL_DECIMAL
But it turns to be mapped to OTHER (see screenshot)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)