GitHub user Weixin-Xu opened a pull request: https://github.com/apache/incubator-trafodion/pull/1310
[TRAFODION-2816] ODBC data convert function split Now, the data convert function in ODBC is very long , and very hard to maintenance, we need to refactor it with some short function. 1. split one long function to little functions to make it more easy to maintain. 2. support convert very long CHAR/VARCHAR to others struct like timestamp. 3. Don't modify SQLDataType for SQL_NUMERIC any more. Use FSDataType to decide the real data format. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Weixin-Xu/incubator-trafodion NewConvert Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/1310.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 #1310 ---- commit 61525d77c2f2107c89f17f236680ea473dcae400 Author: Weixin-Xu <xwx@weixin-1.novalocal> Date: 2017-11-07T10:23:22Z New ODBC Convert Code ---- ---