[GitHub] incubator-trafodion pull request #763: [TRAFODION-1893]ODBC:Remove vcredist ...

2016-10-14 Thread rwbzx
GitHub user rwbzx opened a pull request: https://github.com/apache/incubator-trafodion/pull/763 [TRAFODION-1893]ODBC:Remove vcredist from win-odbc build 1. Remove vcredist_x64.exe packaging inside win-odbc installer. 2. If no install of dependency package is detected, a message

[GitHub] incubator-trafodion pull request #764: [TRAFODION 1441]ODBC:Cancel button di...

2016-10-16 Thread rwbzx
GitHub user rwbzx opened a pull request: https://github.com/apache/incubator-trafodion/pull/764 [TRAFODION 1441]ODBC:Cancel button dismisses the SQLDriverConnect prompt dialog but still establish connection 1.When cancel button of prompt dialog is clicked(IDCANCEL msg is signaled

[GitHub] incubator-trafodion pull request #820: [TRAFODION-1608]Cleanup of additional...

2016-11-06 Thread rwbzx
GitHub user rwbzx opened a pull request: https://github.com/apache/incubator-trafodion/pull/820 [TRAFODION-1608]Cleanup of additional lib folders during build of Windows drivers Modify related vc project files and redirect link-generated files path to project configuration folder

[GitHub] incubator-trafodion pull request #820: [TRAFODION-1608]Cleanup of additional...

2016-11-16 Thread rwbzx
Github user rwbzx closed the pull request at: https://github.com/apache/incubator-trafodion/pull/820 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-trafodion pull request #838: [Trafodion-1262]ODBC: Insert data int...

2016-11-17 Thread rwbzx
GitHub user rwbzx opened a pull request: https://github.com/apache/incubator-trafodion/pull/838 [Trafodion-1262]ODBC: Insert data into large varchar column(>32K) failed with error 8402 Issue Causes: 1. Dealing with Varchar-oriented data input, if length of **input string(

[GitHub] incubator-trafodion pull request #838: [TRAFODION-1262]ODBC: Insert data int...

2016-11-17 Thread rwbzx
Github user rwbzx closed the pull request at: https://github.com/apache/incubator-trafodion/pull/838 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-trafodion pull request #853: [TRAFODION-1262]ODBC:Varchar col oper...

2016-11-27 Thread rwbzx
GitHub user rwbzx opened a pull request: https://github.com/apache/incubator-trafodion/pull/853 [TRAFODION-1262]ODBC:Varchar col operation fails Issue Causes: 1. Dealing with Varchar-oriented data input, if length of input string(end with '\0') is larger than 32767,

[GitHub] incubator-trafodion pull request #867: [TRAFODION-2386]ODBC:add odbc unit-te...

2016-12-05 Thread rwbzx
GitHub user rwbzx opened a pull request: https://github.com/apache/incubator-trafodion/pull/867 [TRAFODION-2386]ODBC:add odbc unit-test code for large varchar column issue Add source code, build files and readme files, and test code runs in following way: Every time 1 row of

[GitHub] incubator-trafodion pull request #867: [TRAFODION-2386]ODBC:add odbc unit-te...

2016-12-06 Thread rwbzx
Github user rwbzx closed the pull request at: https://github.com/apache/incubator-trafodion/pull/867 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-trafodion pull request #868: [TRAFODION-2386]Add UT code for varch...

2016-12-06 Thread rwbzx
GitHub user rwbzx opened a pull request: https://github.com/apache/incubator-trafodion/pull/868 [TRAFODION-2386]Add UT code for varchar 32k issue Add source code, build files and readme files, and test code runs in following way: Every time 1 row of data is inserted to a

[GitHub] incubator-trafodion pull request #871: [TRAFODION-2375]ODBC:SQLGetDiagRec re...

2016-12-06 Thread rwbzx
GitHub user rwbzx opened a pull request: https://github.com/apache/incubator-trafodion/pull/871 [TRAFODION-2375]ODBC:SQLGetDiagRec return wrong msg length when data truncate Acoording to ODBC reference, in function SQLGetDiagRec, param _TextLengthPtr_ should point to a buffer in

[GitHub] incubator-trafodion pull request #868: [TRAFODION-2386]ODBC:add odbc unit-te...

2016-12-06 Thread rwbzx
Github user rwbzx commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/868#discussion_r91239824 --- Diff: dcs/src/test/odbc/src/common/Global.cpp --- @@ -0,0 +1,116

[GitHub] incubator-trafodion pull request #868: [TRAFODION-2386]ODBC:add odbc unit-te...

2016-12-06 Thread rwbzx
Github user rwbzx commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/868#discussion_r91239996 --- Diff: dcs/src/test/odbc/src/Main.cpp --- @@ -0,0 +1,57

[GitHub] incubator-trafodion pull request #871: [TRAFODION-2375]ODBC:SQLGetDiagRec re...

2016-12-07 Thread rwbzx
Github user rwbzx commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/871#discussion_r91451478 --- Diff: win-odbc64/odbcclient/drvr35/cdiag.cpp --- @@ -389,8 +389,8 @@ SQLRETURN CDiagRec::GetDiagRec(SQLSMALLINT RecNumber