Github user Weixin-Xu commented on a diff in the pull request:

    https://github.com/apache/trafodion/pull/1501#discussion_r177936898
  
    --- Diff: win-odbc64/odbcclient/drvr35/cstmt.cpp ---
    @@ -1063,7 +1063,20 @@ SQLRETURN CStmt::SendSQLCommand(BOOL SkipProcess, 
SQLCHAR *StatementText,
                 else
                     m_StmtType = TYPE_UNKNOWN;
             }
    -
    +           else if (strcmp(token, "SET") == 0)
    --- End diff --
    
    Thanks for your suggestion, I have corrected this problem.


---

Reply via email to