Github user Weixin-Xu commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1718#discussion_r220773369
--- Diff: win-odbc64/odbcclient/drvr35/cdiag.cpp ---
@@ -378,15 +378,15 @@ SQLRETURN CDiagRec::GetDiagRec(SQLSMALLINT
RecNumber,
//Double strLen to circumvent the bug in driver manager, that
requires us to give
//the NO. OF BYTES instead of no. of characters
- strLen = tmpStrLen * 2;
+ strLen = tmpStrLen;
--- End diff --
Yes, it seems the bug mentioned is fixed and I will verify it.
---