You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/02 17:21:00 UTC

[jira] [Work logged] (TRAFODION-3262) Insert float to numeric(19,0) lost precision for some case.

     [ https://issues.apache.org/jira/browse/TRAFODION-3262?focusedWorklogId=221864&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-221864 ]

ASF GitHub Bot logged work on TRAFODION-3262:
---------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Apr/19 17:20
            Start Date: 02/Apr/19 17:20
    Worklog Time Spent: 10m 
      Work Description: DaveBirdsall commented on pull request #1818: [TRAFODION-3262] Insert float to numeric(19,0) lost precision for some case
URL: https://github.com/apache/trafodion/pull/1818
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 221864)
    Time Spent: 4h 50m  (was: 4h 40m)

> Insert float to numeric(19,0) lost precision for some case.
> -----------------------------------------------------------
>
>                 Key: TRAFODION-3262
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3262
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: client-odbc-linux, client-odbc-windows
>    Affects Versions: 2.2.0
>            Reporter: 苏锦佩
>            Assignee: 苏锦佩
>            Priority: Critical
>          Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> For example,the ddl of table is "create table tb(c1 numeric(18,0), c2 numeric(19,0))".Insert the same value 12345678 by SQL_C_FLOAT,the values of C1 and C2 are inconsistent when querying the table.C1:12345678,C2:12345700。



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)