[GitHub] trafodion pull request #1386: [TRAFODION-2899] Catalog API SQLColumns suppor...

2018-01-10 Thread Weixin-Xu
GitHub user Weixin-Xu opened a pull request: https://github.com/apache/trafodion/pull/1386 [TRAFODION-2899] Catalog API SQLColumns support ODBC2.x When using ODBC2.x to get description of columns, failure occurs but no error returns. You can merge this pull request into a Git repos

[GitHub] trafodion pull request #1387: [TRAFODION-2900] Fix bug could insert more tha...

2018-01-10 Thread CoderSong2015
GitHub user CoderSong2015 opened a pull request: https://github.com/apache/trafodion/pull/1387 [TRAFODION-2900] Fix bug could insert more than the maximum number of… When insert 40 Chinese char to char(30) , of which the character is utf8 , it gets success while it should return f

[GitHub] trafodion pull request #1388: [TRAFODION-2895] Update Message Guide for mess...

2018-01-10 Thread DaveBirdsall
GitHub user DaveBirdsall opened a pull request: https://github.com/apache/trafodion/pull/1388 [TRAFODION-2895] Update Message Guide for messages 1700-1721 + some others Removed unused messages from the code. Added messages 1719 and 1720. Added some other DDL messages that sn

[GitHub] trafodion pull request #1383: [dont merge] just a test

2018-01-10 Thread traflm
Github user traflm closed the pull request at: https://github.com/apache/trafodion/pull/1383 ---

[GitHub] trafodion pull request #1389: [TRAFOFION-2731] CodeCleanup: Removed the obso...

2018-01-10 Thread selvaganesang
GitHub user selvaganesang opened a pull request: https://github.com/apache/trafodion/pull/1389 [TRAFOFION-2731] CodeCleanup: Removed the obsolete code in NAMemory and CliGlobals glasses You can merge this pull request into a Git repository by running: $ git pull https://githu

[GitHub] trafodion pull request #1380: [TRAFODION-2886] fix the nullpointer error sca...

2018-01-10 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1380#discussion_r160866708 --- Diff: core/sql/executor/cluster.cpp --- @@ -2395,7 +2395,7 @@ NABoolean Cluster::checkAndSplit(ExeErrorCode * rc)

[GitHub] trafodion pull request #1380: [TRAFODION-2886] fix the nullpointer error sca...

2018-01-10 Thread xiaozhongwang
Github user xiaozhongwang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1380#discussion_r160868578 --- Diff: core/sql/executor/cluster.cpp --- @@ -2395,7 +2395,7 @@ NABoolean Cluster::checkAndSplit(ExeErrorCode * rc)

[GitHub] trafodion pull request #1380: [TRAFODION-2886] fix the nullpointer error sca...

2018-01-10 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1380#discussion_r160870046 --- Diff: core/sql/executor/cluster.cpp --- @@ -2395,7 +2395,7 @@ NABoolean Cluster::checkAndSplit(ExeErrorCode * rc)

[GitHub] trafodion pull request #1390: [TRAFODION-2902] datalen is wrong while conver...

2018-01-10 Thread Weixin-Xu
GitHub user Weixin-Xu opened a pull request: https://github.com/apache/trafodion/pull/1390 [TRAFODION-2902] datalen is wrong while converting varchar in table to local datetime struct correct datalen while converting char in table to local datetime struct You can merge this pull re