GitHub user Weixin-Xu opened a pull request:
https://github.com/apache/trafodion/pull/1647
[Trafodion-3049] Numeric for ODBC need more effcient and correct
When the target DataType is like Char or Varchar, the function need skip.
And I copy the function before the value used.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Weixin-Xu/incubator-trafodion 3049
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1647.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 #1647
----
commit 4eb52c1387831da468aac2316b4bc7bef440b3b8
Author: Weixin-Xu <xwx@...>
Date: 2018-07-05T06:58:36Z
when column is Numeric in the range of 1 to 18, the calculation of max value will skip
----
---
|