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 2018/10/24 20:51:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16662827#comment-16662827 ] 

Pavel Kuznetsov commented on IGNITE-9650:
-----------------------------------------

I've made patch that adds DCIMAL type to metadata. [~taras.ledkov] could you please take a look at it?

> 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)