GitHub user Weixin-Xu opened a pull request:
https://github.com/apache/trafodion/pull/1727
[TRAFODION-3222] Windows odbc build fail
1. header file "cconnect.h" missed in "sqltocconv.h"
2. In README.txt, vs2013 is recommended to build windows odbc but now only
the version is set vs2015 or higher.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Weixin-Xu/incubator-trafodion odbc23build
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1727.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 #1727
----
commit 3d132b80ffad3c38589e9e29eb093d5408c4f341
Author: Weixin-Xu <1013438133@...>
Date: 2018-10-16T13:35:48Z
Windows odbc build fail with missing header file and vs lower version
----
---