Github user xwq commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/452#discussion_r61371084
--- Diff: core/conn/jdbc_type2/native/SqlInterface.cpp ---
@@ -2570,12 +2570,9 @@ SQLRETURN ALLOCSQLMXHDLS_SPJRS(SRVR_STMT_HDL
*pSrvrStmt, SQLSTMT_ID *callpStmt,
if (pModule->module_name == NULL)
{
DEBUG_OUT(DEBUG_LEVEL_STMT,("***pModule->module_name == NULL
Call AllocStmtForRs()"));
-/* Commenting out for now - will be looked at when SPJ is supported
- #ifdef NSK_PLATFORM
CLI_AllocStmtForRS(callpStmt,
--- End diff --
@DaveBirdsall Actually, CLI_AllocStmtForRS is a macro. retcode will capture
the return code of "SQL_EXEC_AllocStmtForRS" (Debug.h +125). So we don't need
capture the return code here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---