You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Kuznetsov (JIRA)" <ji...@apache.org> on 2019/04/09 14:22:00 UTC

[jira] [Assigned] (IGNITE-9650) java.math.BigDecimal / .Net decimal columns shown as OTHER in JDBC Thin metadata

     [ https://issues.apache.org/jira/browse/IGNITE-9650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Kuznetsov reassigned IGNITE-9650:
---------------------------------------

    Assignee: Pavel Kuznetsov

> 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
>            Assignee: Pavel Kuznetsov
>            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)