GitHub user Weixin-Xu opened a pull request:
https://github.com/apache/trafodion/pull/1625
[TRAFODION-3124] initialize session name in connection string
SQLConnect returns failure when the connection string has an incorrect
value which is"sessionName":"10".
The sessionName is an uninitialized variable.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Weixin-Xu/incubator-trafodion 3124
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1625.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 #1625
----
commit 54913470e5c07efdeaff993eca5b3f4df74fca1c
Author: Weixin-Xu <weixin.xu@...>
Date: 2018-06-29T02:41:35Z
initialize session name in connection string
----
---