[GitHub] incubator-trafodion pull request #1241: [TRAFODION-2750] Using function strt...

2017-09-26 Thread selvaganesang
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, );
+   dTmp = strtold(cTmpBuf, );
--- End diff --

Thanks Dave. In that case, this change looks good to me


---


[GitHub] incubator-trafodion pull request #1237: [TRAFODION-2726] odb support to load...

2017-09-26 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafodion/pull/1237


---