You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2023/04/12 14:00:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-19033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17711402#comment-17711402 ] 

Maksim Timonin commented on IGNITE-19033:
-----------------------------------------

[~SachinJanani] hi! You should ask for Jira permissions on the devlist. After that you will be able to assign ticket for yourself.

> 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
>            Priority: Major
>
> 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)