You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/12/07 23:54:00 UTC

[5/5] incubator-trafodion git commit: Merge [TRAFODION-2386] PR 868 ODBC unit test for large varchar issue

Merge [TRAFODION-2386] PR 868 ODBC unit test for large varchar issue


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/672b6d11
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/672b6d11
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/672b6d11

Branch: refs/heads/master
Commit: 672b6d114dc7d64b26b9e996480aa8f069936e58
Parents: 81005a7 416b81c
Author: Dave Birdsall <db...@apache.org>
Authored: Wed Dec 7 23:52:42 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed Dec 7 23:52:42 2016 +0000

----------------------------------------------------------------------
 .rat-excludes                                   |    2 +
 dcs/src/test/odbc/README.txt                    |   47 +
 dcs/src/test/odbc/build/Makefile                |   43 +
 dcs/src/test/odbc/build/odbc.vcxproj            |  157 ++
 dcs/src/test/odbc/build/odbc.vcxproj.filters    |   40 +
 dcs/src/test/odbc/src/Main.cpp                  |   57 +
 dcs/src/test/odbc/src/common/Global.cpp         |  116 +
 dcs/src/test/odbc/src/common/Global.h           |   60 +
 dcs/src/test/odbc/src/common/TestBase.cpp       |  263 ++
 dcs/src/test/odbc/src/common/TestBase.h         |   55 +
 .../src/test/varchar32k/LargeVarcharCol.cpp     | 2639 ++++++++++++++++++
 .../odbc/src/test/varchar32k/LargeVarcharCol.h  |   52 +
 12 files changed, 3531 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/672b6d11/.rat-excludes
----------------------------------------------------------------------