[
https://issues.apache.org/jira/browse/TRAFODION-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971868#comment-15971868
]
ASF GitHub Bot commented on TRAFODION-2516:
-------------------------------------------
Github user sandhyasun commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1041#discussion_r111848014
--- 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 --
I can fix this.
> 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)