[ 
https://issues.apache.org/jira/browse/TRAFODION-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15085025#comment-15085025
 ] 

ASF GitHub Bot commented on TRAFODION-1724:
-------------------------------------------

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

    https://github.com/apache/incubator-trafodion/pull/241#discussion_r48929989
  
    --- Diff: core/conn/jdbc_type2/native/CSrvrStmt.cpp ---
    @@ -99,7 +99,7 @@ SRVR_STMT_HDL::SRVR_STMT_HDL(long inDialogueId)
         moduleName[0] = '\0';
         inputDescName[0] = '\0';
         outputDescName[0] = '\0';
    -    isClosed = TRUE;
    +    isClosed = FALSE;
    --- End diff --
    
    Changing the default value for isClosed from TRUE to FALSE can have other 
repercussions. We might miss throwing error. Can you please confirm this change.


> DatabaseMetaData.getTypeInfo() doesn't work
> -------------------------------------------
>
>                 Key: TRAFODION-1724
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1724
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: client-jdbc-t2
>            Reporter: Kevin Xu
>            Assignee: Kevin Xu
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to