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

    https://github.com/apache/trafodion/pull/1501#discussion_r177751339
  
    --- 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 --
    
    use space pls!
    else the format looks not good.


---

Reply via email to