[
https://issues.apache.org/jira/browse/TRAFODION-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16078660#comment-16078660
]
ASF GitHub Bot commented on TRAFODION-2308:
-------------------------------------------
Github user sandhyasun commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1167#discussion_r126241055
--- Diff: core/sql/exp/ExpLOBinterface.cpp ---
@@ -728,9 +728,9 @@ Lng32 ExpLOBInterfaceUpdate(void * exLobGlob,
Ex_Lob_Error status;
Int64 cliError = -1;
Int64 sourceLen = 0;
- if((so == Lob_Memory) || (so == Lob_External_File))
+ if(so == Lob_External_File)
sourceLen = strlen(srcLobData);
- else if (so == Lob_Buffer)
+ else if ((so == Lob_Buffer) || (so == Lob_Memory))
--- End diff --
Yes this looks correct. I tried it out. But you do need to mak ea similar
change in the interface ExpLOBInterfaceUpdateAppend
> JDBC T4 support read LOB
> ------------------------
>
> Key: TRAFODION-2308
> URL: https://issues.apache.org/jira/browse/TRAFODION-2308
> Project: Apache Trafodion
> Issue Type: Sub-task
> Components: client-jdbc-t4, connectivity-mxosrvr
> Reporter: Weiqing Xu
> Assignee: Weiqing Xu
>
> JDBC T4 need implement some API to support CLOB and BLOB.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)