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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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-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)