[GitHub] trafodion pull request #1562: [TRAFODION-2821] Trafodion core code base need...

2018-05-13 Thread xiaozhongwang
Github user xiaozhongwang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1562#discussion_r187841031 --- Diff: core/sqf/src/tm/tmtransaction.cpp --- @@ -797,7 +797,7 @@ short TM_Transaction::status(short *pp_status) return

[GitHub] trafodion pull request #1562: [TRAFODION-2821] Trafodion core code base need...

2018-05-13 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1562#discussion_r187838464 --- Diff: core/sqf/src/tm/tmtransaction.cpp --- @@ -797,7 +797,7 @@ short TM_Transaction::status(short *pp_status) return

[GitHub] trafodion pull request #1562: [TRAFODION-2821] Trafodion core code base need...

2018-05-13 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1562#discussion_r187837665 --- Diff: core/sqf/src/tm/tmlib.cpp --- @@ -2817,35 +2833,44 @@ void TMLIB::initialize() // This call has been changed so that the node

[GitHub] trafodion pull request #1562: [TRAFODION-2821] Trafodion core code base need...

2018-05-13 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1562#discussion_r187837532 --- Diff: core/sqf/src/tm/tmlib.cpp --- @@ -2817,35 +2833,44 @@ void TMLIB::initialize() // This call has been changed so that the node

[GitHub] trafodion pull request #1564: [TRAFODION-3015] retrieve a value from numeric...

2018-05-13 Thread traflm
GitHub user traflm opened a pull request: https://github.com/apache/trafodion/pull/1564 [TRAFODION-3015] retrieve a value from numeric type get no result When the column is defined as NUMERIC(19,0), underlying data type will use FLOAT to save the number. So an implicit cast

[GitHub] trafodion pull request #1563: [TRAFODION-3015] retrieve a value from numeric...

2018-05-13 Thread traflm
Github user traflm closed the pull request at: https://github.com/apache/trafodion/pull/1563 ---