[
https://issues.apache.org/jira/browse/IGNITE-9650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16662829#comment-16662829
]
Pavel Kuznetsov commented on IGNITE-9650:
-----------------------------------------
SQL test run : https://ci.ignite.apache.org/viewQueued.html?itemId=2157804
> 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
> Priority: Major
> Attachments: Screenshot_20180919_200457.png
>
>
> Subj.
> According to our docs it should be DECIMAL:
> https://apacheignite-sql.readme.io/docs/data-types#section-decimal
> DECIMAL
> 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)