[
https://issues.apache.org/jira/browse/TRAFODION-3262?focusedWorklogId=219209&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-219209
]
ASF GitHub Bot logged work on TRAFODION-3262:
---------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Mar/19 09:16
Start Date: 27/Mar/19 09:16
Worklog Time Spent: 10m
Work Description: Traf-Jenkins commented on issue #1777: [TRAFODION-3262]
Insert float to numeric(19,0) lost precision for some case.
URL: https://github.com/apache/trafodion/pull/1777#issuecomment-477054044
Test Passed. https://jenkins.esgyn.com/job/Check-PR-master/3172/
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 219209)
Time Spent: 3h 20m (was: 3h 10m)
> 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: 3h 20m
> 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)