GitHub user Weixin-Xu opened a pull request:
https://github.com/apache/trafodion/pull/1718
ODBC error message is truncated
I found that user pass the length with char then Windows DriverManager will
pass the length/2 to driver.
So it is not necessary here to divide the length by two.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Weixin-Xu/incubator-trafodion J3214
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1718.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1718
----
commit 1e237e9273f9be15e28fae0b6cf079a1b64c31c3
Author: Weixin-Xu <1013438133@...>
Date: 2018-09-26T07:17:53Z
the error message is truncated
----
---