[GitHub] trafodion pull request #1718: ODBC error message is truncated

2018-09-26 Thread Weixin-Xu
GitHub user Weixin-Xu opened a pull request: https://github.com/apache/trafodion/pull/1718 ODBC error message is truncated I found that user pass the length with char then Windows DriverManager will pass the length/2 to driver. So it is not necessary here to divide the length by

[GitHub] trafodion pull request #1717: Fixes for TRAFODION-3194 && TRAFODION-3195

2018-09-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafodion/pull/1717 ---

[GitHub] trafodion pull request #1718: [TRAFODION-3214] ODBC error message is truncat...

2018-09-26 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1718#discussion_r220703185 --- Diff: win-odbc64/odbcclient/drvr35/cdiag.cpp --- @@ -378,15 +378,15 @@ SQLRETURN CDiagRec::GetDiagRec(SQLSMALLINT RecNumber,

[GitHub] trafodion pull request #1709: [TRAFODION-3200] correct label and version

2018-09-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafodion/pull/1709 ---

[GitHub] trafodion pull request #1715: [TRAFODION-3209] The variable of won't be init...

2018-09-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafodion/pull/1715 ---

[GitHub] trafodion pull request #1716: [TRAFODION-3210] support exclamation mark when...

2018-09-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafodion/pull/1716 ---

[GitHub] trafodion pull request #1718: [TRAFODION-3214] ODBC error message is truncat...

2018-09-26 Thread Weixin-Xu
Github user Weixin-Xu commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1718#discussion_r220773369 --- Diff: win-odbc64/odbcclient/drvr35/cdiag.cpp --- @@ -378,15 +378,15 @@ SQLRETURN CDiagRec::GetDiagRec(SQLSMALLINT RecNumber,

[GitHub] trafodion pull request #1719: [TRAFODION-3215] length return 0 when the sour...

2018-09-26 Thread Weixin-Xu
GitHub user Weixin-Xu opened a pull request: https://github.com/apache/trafodion/pull/1719 [TRAFODION-3215] length return 0 when the source and target charset is same You can merge this pull request into a Git repository by running: $ git pull https://github.com/Weixin-Xu/incu