[
https://issues.apache.org/jira/browse/TRAFODION-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085401#comment-16085401
]
ASF GitHub Bot commented on TRAFODION-646:
------------------------------------------
GitHub user Weixin-Xu opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1176
[TRAFODION-646] ODBC driver AppUnicodeType setting is not in DSN level
Originally, AppUnicodeType is set in [ODBC] section of odbc.ini, by
environment variable or default utf8.
This change result in modifing AppUnicodeType on the base of dsn.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Weixin-Xu/incubator-trafodion odbtest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1176.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 #1176
----
commit 78751867ecf70935562fd2dc58c3bca93739aae0
Author: Weixin Xu <[email protected]>
Date: 2017-07-13T08:53:14Z
[TRAFODION-646] ODBC driver AppUnicodeType setting is not in DSN level
----
> LP Bug: 1371442 - ODBC driver AppUnicodeType setting is not in DSN level
> ------------------------------------------------------------------------
>
> Key: TRAFODION-646
> URL: https://issues.apache.org/jira/browse/TRAFODION-646
> Project: Apache Trafodion
> Issue Type: Bug
> Components: client-odbc-linux
> Reporter: Daniel Lu
> Assignee: Daniel Lu
> Priority: Critical
> Fix For: 2.1-incubating
>
>
> Currently, AppUnicodeType setting can only be set in [ODBC] section of
> TRAFDSN or odbc.ini, or by environment variable. this way it is global.
> affect all applications use same driver. we need make it in DSN level, so
> every applications that use same driver can be either unicode or not.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)