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

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

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

    
https://github.com/apache/incubator-trafodion/pull/1041#discussion_r111035970
  
    --- Diff: core/sql/bin/clitest.cpp ---
    @@ -316,7 +317,9 @@ case 7:
          return retcode;
               }
             cout << "LOB handle for "<< columnname << ": " << lobHandle << 
endl;
    -   retcode = updateAppendBufferToLobHandle(cliGlob,lobHandle);
    +        char *source= new char[300];
    --- End diff --
    
    This is a test program so I suppose we don't care about the memory leak 
here?


> Enhance stringtolob builtin function to take varchar/char columns as parameter
> ------------------------------------------------------------------------------
>
>                 Key: TRAFODION-2516
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2516
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: sql-exe
>            Reporter: Sandhya Sundaresan
>            Assignee: Sandhya Sundaresan
>
> Today the stringtolob built in function that converts a string to a LOB type 
> before inserrting into a lob column takes a string literal as input. Need to 
> enhance it to take a char column or a varchar column as input too. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to