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

    https://github.com/apache/trafodion/pull/1534#discussion_r191289403
  
    --- Diff: core/conn/odbc/src/odbc/nsksrvrcore/srvrothers.cpp ---
    @@ -6533,6 +6533,8 @@ odbc_SQLSrvr_ExtractLob_sme_(
             if (retcode == SQL_ERROR)
             {
                 ERROR_DESC_def *p_buffer = 
QryLobExtractSrvrStmt->sqlError.errorList._buffer;
    +            char             errNumStr[128];
    +            sprintf(errNumStr, "%d", p_buffer->sqlcode);
                 strncpy(RequestError, p_buffer->errorText, 
sizeof(RequestError) - 1);
    --- End diff --
    
    I don't look for this fix a long time. the branch have been deleted.
    So I pull a new request for this, modified as your suggestion.


---

Reply via email to