GitHub user Weixin-Xu opened a pull request:
https://github.com/apache/trafodion/pull/1548
[Trafodion-3058] Linux ODBC add Ansi function support
Because the lack of Ansi function support of Linux ODBC, you should export AppUnicodeType
when you use "isql" to connect Trafodion.
But actully it is a wrong action because "isql" calls Ansi APIs and then DriverManager
mapping to Unicode APIs.
The environment variable AppUnicodeType should be only used for application which is compiled
with defining Unciode.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Weixin-Xu/incubator-trafodion AnsiSupport
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1548.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 #1548
----
commit 7ae578b04fc3e322effefad769204e3fca4ebc5c
Author: Weixin-Xu <xwx@...>
Date: 2018-05-04T09:46:02Z
Linux ODBC add Ansi function support
----
---
|