Github user Weixin-Xu commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1633#discussion_r201885630
--- Diff: win-odbc64/odbcclient/drvr35/lob.cpp ---
@@ -54,8 +54,12 @@ namespace ODBC {
CStmt *pStatement = (CStmt *)hstmt;
IDL_long extractLen = length;
+ IDL_string lobHandleTemp = (IDL_string)malloc(lobHandleLen + 1);
--- End diff --
Thank you for your reminder---
