You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sachin Janani (Jira)" <ji...@apache.org> on 2023/03/15 07:45:00 UTC

[jira] [Created] (IGNITE-19033) JDBC Resultset.getMetadata is not returning proper precision and scale values for decimal column

Sachin Janani created IGNITE-19033:
--------------------------------------

             Summary: JDBC Resultset.getMetadata is not returning proper precision and scale values for decimal column
                 Key: IGNITE-19033
                 URL: https://issues.apache.org/jira/browse/IGNITE-19033
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.14
            Reporter: Sachin Janani


JDBC Resultset.getMetadata is not returning proper precision and scale values for decimal column

Steps to reproduct:
1. Create a table with some decimal column with some precision and scale
2. Run a query using JDBC on that table including that column in project
3. Using ResultSet object and call getMetadata method
4. Check the scale and precision for that column it will return -1 instead it should return value that was set in create table



--
This message was sent by Atlassian Jira
(v8.20.10#820010)