Github user selvaganesang commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafodion/pull/1241#discussion_r141240746
  
    --- Diff: core/conn/unixodbc/odbc/odbcclient/unixcli/cli/ctosqlconv.cpp ---
    @@ -3545,7 +3545,7 @@ unsigned long ODBC::ConvertCharToNumeric(SQLPOINTER 
srcDataPtr,
         rTrim(cTmpBuf);
         tempLen = strlen(cTmpBuf);
         errno = 0;
    -   dTmp = strtod(cTmpBuf, &errorCharPtr);
    +   dTmp = strtold(cTmpBuf, &errorCharPtr);
    --- End diff --
    
    Thanks Dave. In that case, this change looks good to me


---

Reply via email to